Home
last modified time | relevance | path

Searched refs:int128_t (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/mtp/
DMtpDataPacket.h56 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); } in getInt128()
76 void putInt128(const int128_t& value);
DMtpTypes.h26 typedef int32_t int128_t[4]; typedef
DMtpProperty.h36 int128_t i128;
DMtpDataPacket.cpp327 void MtpDataPacket::putInt128(const int128_t& value) { in putInt128()