Searched defs:getUInt32 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/av/media/mtp/
H A DMtpDataPacket.cpp61 uint32_t MtpDataPacket::getUInt32() { function in class:android::MtpDataPacket
80 value[0] = getUInt32();
81 value[1] = getUInt32();
82 value[2] = getUInt32();
83 value[3] = getUInt32();
93 int count = getUInt32();
101 int count = getUInt32();
109 int count = getUInt32();
117 int count = getUInt32();
125 int count = getUInt32();
[all...]
H A DMtpPacket.cpp98 uint32_t MtpPacket::getUInt32(int offset) const { function in class:android::MtpPacket
128 return getUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET);
140 return getUInt32(MTP_CONTAINER_PARAMETER_OFFSET + (index - 1) * sizeof(uint32_t));

Completed in 169 milliseconds