Searched refs:getUInt64 (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/mtp/
H A DMtpStorageInfo.cpp55 if (!packet.getUInt64(mMaxCapacity)) return false;
56 if (!packet.getUInt64(mFreeSpaceBytes)) return false;
H A DMtpDataPacket.h52 bool getUInt64(uint64_t& value);
53 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); }
H A DMtpDataPacket.cpp80 bool MtpDataPacket::getUInt64(uint64_t& value) { function in class:android::MtpDataPacket
220 if (!getUInt64(value)) {
H A DMtpProperty.cpp457 if (!packet.getUInt64(value.u.u64)) return false;
/frameworks/av/include/media/stagefright/
H A DDataSource.h67 bool getUInt64(off64_t offset, uint64_t *x);
/frameworks/av/media/libstagefright/
H A DDataSource.cpp90 bool DataSource::getUInt64(off64_t offset, uint64_t *x) { function in class:android::DataSource
H A DMPEG4Extractor.cpp979 if (!mDataSource->getUInt64(entriesoffset, &segment_duration) ||
980 !mDataSource->getUInt64(entriesoffset + 8, (uint64_t*)&media_time)) {
1807 mDataSource->getUInt64(data_offset + 4, &duration);
2055 if (!mDataSource->getUInt64(offset, &earliestPresentationTime)) {
2058 if (!mDataSource->getUInt64(offset + 8, &firstOffset)) {
3316 if (!mDataSource->getUInt64(offset, &tmp)) {
3413 if (!mDataSource->getUInt64(offset, &mTrackFragmentHeaderInfo.mBaseDataOffset)) {
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp518 if (!packet.getUInt64(temp)) return false;

Completed in 278 milliseconds