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

  /frameworks/base/media/mtp/
MtpDataPacket.h 53 void getUInt128(uint128_t& value);
54 inline void getInt128(int128_t& value) { getUInt128((uint128_t&)value); }
MtpDataPacket.cpp 79 void MtpDataPacket::getUInt128(uint128_t& value) {
MtpProperty.cpp 452 packet.getUInt128(value.u.u128);

Completed in 49 milliseconds