HomeSort by relevance Sort by last modified time
    Searched refs:getUInt16 (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/mtp/
MtpStorageInfo.cpp 50 mStorageType = packet.getUInt16();
51 mFileSystemType = packet.getUInt16();
52 mAccessCapability = packet.getUInt16();
MtpObjectInfo.cpp 63 mFormat = packet.getUInt16();
64 mProtectionStatus = packet.getUInt16();
66 mThumbFormat = packet.getUInt16();
74 mAssociationType = packet.getUInt16();
MtpDeviceInfo.cpp 66 mStandardVersion = packet.getUInt16();
68 mVendorExtensionVersion = packet.getUInt16();
73 mFunctionalCode = packet.getUInt16();
MtpPacket.h 64 uint16_t getUInt16(int offset) const;
MtpPacket.cpp 94 uint16_t MtpPacket::getUInt16(int offset) const {
116 return getUInt16(MTP_CONTAINER_CODE_OFFSET);
124 return getUInt16(MTP_CONTAINER_TYPE_OFFSET);
MtpDataPacket.h 47 uint16_t getUInt16();
48 inline int16_t getInt16() { return (int16_t)getUInt16(); }
MtpProperty.cpp 125 mCode = packet.getUInt16();
127 mType = packet.getUInt16();
158 mEnumLength = packet.getUInt16();
428 value.u.u16 = packet.getUInt16();
MtpStringBuffer.cpp 125 uint16_t ch = packet->getUInt16();
MtpServer.cpp 840 MtpObjectFormat format = mData.getUInt16();
841 mData.getUInt16(); // protection status
843 mData.getUInt16(); // thumb format
851 uint16_t associationType = mData.getUInt16();
    [all...]
MtpDataPacket.cpp 54 uint16_t MtpDataPacket::getUInt16() {
119 result->push(getUInt16());
  /frameworks/av/media/libstagefright/
JPEGSource.cpp 148 if (!mSource->getUInt16(i, &soi)) {
173 if (!mSource->getUInt16(i, &chunkSize)) {
208 if (!mSource->getUInt16(i + 1, &height)
209 || !mSource->getUInt16(i + 3, &width)) {
DataSource.cpp 48 bool DataSource::getUInt16(off64_t offset, uint16_t *x) {
  /frameworks/av/include/media/stagefright/
DataSource.h 56 bool getUInt16(off64_t offset, uint16_t *x);
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 489 longValue = packet.getUInt16();
612 longValue = packet.getUInt16();
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 363 uint16_t getUInt16() { ASSERT(isUInt16()); return m_value.asInt; }
    [all...]

Completed in 444 milliseconds