Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpPacket.cpp98 uint32_t MtpPacket::getUInt32(int offset) const { in getUInt32() function in android::MtpPacket
DMtpDataPacket.cpp90 bool MtpDataPacket::getUInt32(uint32_t& value) { in getUInt32() function in android::MtpDataPacket
/frameworks/av/media/libstagefright/
DDataSource.cpp69 bool DataSource::getUInt32(off64_t offset, uint32_t *x) { in getUInt32() function in android::DataSource