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 78 bool MtpDataPacket::getUInt64(uint64_t& value) {
218 if (!getUInt64(value)) {
MtpProperty.cpp 463 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 94 bool DataSource::getUInt64(off64_t offset, uint64_t *x) {
MPEG4Extractor.cpp 1043 if (!mDataSource->getUInt64(entriesoffset, &segment_duration) ||
1044 !mDataSource->getUInt64(entriesoffset + 8, (uint64_t*)&media_time)) {
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 533 if (!packet.getUInt64(temp)) return false;
    [all...]

Completed in 503 milliseconds