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 54 bool getUInt128(uint128_t& value);
55 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); }
MtpDataPacket.cpp 92 bool MtpDataPacket::getUInt128(uint128_t& value) {
MtpProperty.cpp 465 if (!packet.getUInt128(value.u.u128)) return false;

Completed in 1550 milliseconds