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 52 bool getUInt64(uint64_t& value);
53 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); }
MtpDataPacket.cpp 80 bool MtpDataPacket::getUInt64(uint64_t& value) {
220 if (!getUInt64(value)) {
MtpProperty.cpp 457 if (!packet.getUInt64(value.u.u64)) return false;
  /frameworks/av/include/media/stagefright/
DataSource.h 72 bool getUInt64(off64_t offset, uint64_t *x);
  /frameworks/av/media/libstagefright/
DataSource.cpp 92 bool DataSource::getUInt64(off64_t offset, uint64_t *x) {
MPEG4Extractor.cpp 993 if (!mDataSource->getUInt64(entriesoffset, &segment_duration) ||
994 !mDataSource->getUInt64(entriesoffset + 8, (uint64_t*)&media_time)) {
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 518 if (!packet.getUInt64(temp)) return false;
    [all...]

Completed in 118 milliseconds