Searched defs:getUInt32 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
H A DDataSource.cpp74 bool DataSource::getUInt32(off64_t offset, uint32_t *x) { function in class:android::DataSource
/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 166 milliseconds