Searched refs:getUInt64 (Results 1 – 8 of 8) sorted by relevance
55 mMaxCapacity = packet.getUInt64(); in read()56 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()
446 value.u.u64 = packet.getUInt64(); in readValue()
67 bool getUInt64(off64_t offset, uint64_t *x);
90 bool DataSource::getUInt64(off64_t offset, uint64_t *x) { in getUInt64() function in android::DataSource
979 if (!mDataSource->getUInt64(entriesoffset, &segment_duration) || in parseChunk()980 !mDataSource->getUInt64(entriesoffset + 8, (uint64_t*)&media_time)) { in parseChunk()1804 mDataSource->getUInt64(data_offset + 4, &duration); in parseChunk()2052 if (!mDataSource->getUInt64(offset, &earliestPresentationTime)) { in parseSegmentIndex()2055 if (!mDataSource->getUInt64(offset + 8, &firstOffset)) { in parseSegmentIndex()3313 if (!mDataSource->getUInt64(offset, &tmp)) { in parseSampleAuxiliaryInformationOffsets()3410 if (!mDataSource->getUInt64(offset, &mTrackFragmentHeaderInfo.mBaseDataOffset)) { in parseTrackFragmentHeader()
506 longValue = packet.getUInt64(); in setObjectPropertyValue()636 longValue = packet.getUInt64(); in setDevicePropertyValue()