Searched refs:getUInt64 (Results 1 – 8 of 8) sorted by relevance
53 mMaxCapacity = packet.getUInt64(); in read()54 mFreeSpaceBytes = packet.getUInt64(); in read()
51 uint64_t getUInt64();52 inline int64_t getInt64() { return (int64_t)getUInt64(); } in getInt64()
69 uint64_t MtpDataPacket::getUInt64() { in getUInt64() function in android::MtpDataPacket151 result->push(getUInt64()); in getAUInt64()
444 value.u.u64 = packet.getUInt64(); in readValue()
59 bool getUInt64(off64_t offset, uint64_t *x);
87 bool DataSource::getUInt64(off64_t offset, uint64_t *x) { in getUInt64() function in android::DataSource
1763 if (!mDataSource->getUInt64(offset, &earliestPresentationTime)) { in parseSegmentIndex()1766 if (!mDataSource->getUInt64(offset + 8, &firstOffset)) { in parseSegmentIndex()2612 if (!mDataSource->getUInt64(offset, &tmp)) { in parseSampleAuxiliaryInformationOffsets()2709 if (!mDataSource->getUInt64(offset, &mTrackFragmentHeaderInfo.mBaseDataOffset)) { in parseTrackFragmentHeader()
501 longValue = packet.getUInt64(); in setObjectPropertyValue()624 longValue = packet.getUInt64(); in setDevicePropertyValue()