HomeSort by relevance Sort by last modified time
    Searched refs:getUInt128 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/mtp/
MtpDataPacket.h 55 bool getUInt128(uint128_t& value);
56 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); }
MtpDataPacket.cpp 113 bool MtpDataPacket::getUInt128(uint128_t& value) {
MtpProperty.cpp 480 if (!packet.getUInt128(value.u.u128)) return false;

Completed in 71 milliseconds