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()
50 mStorageType = packet.getUInt16(); in read()51 mFileSystemType = packet.getUInt16(); in read()52 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;
125 mCode = packet.getUInt16(); in read()127 mType = packet.getUInt16(); in read()158 mEnumLength = packet.getUInt16(); in read()428 value.u.u16 = packet.getUInt16(); in readValue()
125 uint16_t ch = packet->getUInt16(); in readFromPacket()
841 MtpObjectFormat format = mData.getUInt16(); in doSendObjectInfo()842 mData.getUInt16(); // protection status in doSendObjectInfo()844 mData.getUInt16(); // thumb format in doSendObjectInfo()852 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()
48 bool DataSource::getUInt16(off64_t offset, uint16_t *x) { in getUInt16() function in android::DataSource
1779 if (!mDataSource->getUInt16(offset + 2, &referenceCount)) { in parseSegmentIndex()2645 if (!mDataSource->getUInt16(drmoffset, &numsubsamples)) { in parseSampleAuxiliaryInformationOffsets()2652 if (!mDataSource->getUInt16(drmoffset, &numclear)) { in parseSampleAuxiliaryInformationOffsets()
56 bool getUInt16(off64_t offset, uint16_t *x);
489 longValue = packet.getUInt16(); in setObjectPropertyValue()612 longValue = packet.getUInt16(); in setDevicePropertyValue()