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

  /frameworks/av/media/mtp/
MtpStorageInfo.cpp 55 if (!packet.getUInt64(mMaxCapacity)) return false;
56 if (!packet.getUInt64(mFreeSpaceBytes)) return false;
MtpDataPacket.h 53 bool getUInt64(uint64_t& value);
54 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); }
MtpDataPacket.cpp 101 bool MtpDataPacket::getUInt64(uint64_t& value) {
241 if (!getUInt64(value)) {
MtpProperty.cpp 472 if (!packet.getUInt64(value.u.u64)) return false;
  /frameworks/av/media/libstagefright/
DataSourceBase.cpp 65 bool DataSourceBase::getUInt64(off64_t offset, uint64_t *x) {
108 return getUInt64(offset, x);
  /frameworks/av/media/libstagefright/include/media/stagefright/
DataSourceBase.h 51 bool getUInt64(off64_t offset, uint64_t *x);
  /frameworks/av/include/media/
MediaExtractorPluginHelper.h 368 bool getUInt64(off64_t offset, uint64_t *x) {
412 return getUInt64(offset, x);
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp     [all...]

Completed in 254 milliseconds