Searched refs:getUInt16 (Results 1 – 15 of 15) sorted by relevance
63 mFormat = packet.getUInt16(); in read()64 mProtectionStatus = packet.getUInt16(); in read()66 mThumbFormat = packet.getUInt16(); in read()74 mAssociationType = packet.getUInt16(); in read()
52 mStorageType = packet.getUInt16(); in read()53 mFileSystemType = packet.getUInt16(); in read()54 mAccessCapability = packet.getUInt16(); in read()
66 mStandardVersion = packet.getUInt16(); in read()68 mVendorExtensionVersion = packet.getUInt16(); in read()73 mFunctionalCode = packet.getUInt16(); in read()
94 uint16_t MtpPacket::getUInt16(int offset) const { in getUInt16() function in android::MtpPacket116 return getUInt16(MTP_CONTAINER_CODE_OFFSET); in getContainerCode()124 return getUInt16(MTP_CONTAINER_TYPE_OFFSET); in getContainerType()
47 uint16_t getUInt16();48 inline int16_t getInt16() { return (int16_t)getUInt16(); } in getInt16()
64 uint16_t getUInt16(int offset) const;
127 mCode = packet.getUInt16(); in read()129 mType = packet.getUInt16(); in read()160 mEnumLength = packet.getUInt16(); in read()430 value.u.u16 = packet.getUInt16(); in readValue()
130 uint16_t ch = packet->getUInt16(); in readFromPacket()
857 MtpObjectFormat format = mData.getUInt16(); in doSendObjectInfo()858 mData.getUInt16(); // protection status in doSendObjectInfo()860 mData.getUInt16(); // thumb format in doSendObjectInfo()868 uint16_t associationType = mData.getUInt16(); in doSendObjectInfo()
54 uint16_t MtpDataPacket::getUInt16() { in getUInt16() function in android::MtpDataPacket119 result->push(getUInt16()); in getAUInt16()
148 if (!mSource->getUInt16(i, &soi)) { in parseJPEG()173 if (!mSource->getUInt16(i, &chunkSize)) { in parseJPEG()208 if (!mSource->getUInt16(i + 1, &height) in parseJPEG()209 || !mSource->getUInt16(i + 3, &width)) { in parseJPEG()
51 bool DataSource::getUInt16(off64_t offset, uint16_t *x) { in getUInt16() function in android::DataSource
2068 if (!mDataSource->getUInt16(offset + 2, &referenceCount)) { in parseSegmentIndex()3346 if (!mDataSource->getUInt16(drmoffset, &numsubsamples)) { in parseSampleAuxiliaryInformationOffsets()3353 if (!mDataSource->getUInt16(drmoffset, &numclear)) { in parseSampleAuxiliaryInformationOffsets()
64 bool getUInt16(off64_t offset, uint16_t *x);
494 longValue = packet.getUInt16(); in setObjectPropertyValue()624 longValue = packet.getUInt16(); in setDevicePropertyValue()