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

  /frameworks/av/media/mtp/
MtpObjectInfo.cpp 62 mStorageID = packet.getUInt32();
65 mCompressedSize = packet.getUInt32();
67 mThumbCompressedSize = packet.getUInt32();
68 mThumbPixWidth = packet.getUInt32();
69 mThumbPixHeight = packet.getUInt32();
70 mImagePixWidth = packet.getUInt32();
71 mImagePixHeight = packet.getUInt32();
72 mImagePixDepth = packet.getUInt32();
73 mParent = packet.getUInt32();
75 mAssociationDesc = packet.getUInt32();
    [all...]
MtpDataPacket.h 49 uint32_t getUInt32();
50 inline int32_t getInt32() { return (int32_t)getUInt32(); }
118 inline uint32_t getContainerLength() const { return MtpPacket::getUInt32(MTP_CONTAINER_LENGTH_OFFSET); }
MtpPacket.h 65 uint32_t getUInt32(int offset) const;
MtpStorageInfo.cpp 55 mFreeSpaceObjects = packet.getUInt32();
MtpDataPacket.cpp 61 uint32_t MtpDataPacket::getUInt32() {
80 value[0] = getUInt32();
81 value[1] = getUInt32();
82 value[2] = getUInt32();
83 value[3] = getUInt32();
93 int count = getUInt32();
101 int count = getUInt32();
109 int count = getUInt32();
117 int count = getUInt32();
125 int count = getUInt32();
    [all...]
MtpPacket.cpp 98 uint32_t MtpPacket::getUInt32(int offset) const {
128 return getUInt32(MTP_CONTAINER_TRANSACTION_ID_OFFSET);
140 return getUInt32(MTP_CONTAINER_PARAMETER_OFFSET + (index - 1) * sizeof(uint32_t));
MtpDeviceInfo.cpp 67 mVendorExtensionID = packet.getUInt32();
MtpServer.cpp 839 mData.getUInt32(); // storage ID
842 mSendObjectFileSize = mData.getUInt32();
844 mData.getUInt32(); // thumb compressed size
845 mData.getUInt32(); // thumb pix width
846 mData.getUInt32(); // thumb pix height
847 mData.getUInt32(); // image pix width
848 mData.getUInt32(); // image pix height
849 mData.getUInt32(); // image bit depth
850 mData.getUInt32(); // parent
852 uint32_t associationDesc = mData.getUInt32(); // association des
    [all...]
MtpProperty.cpp 150 mGroupCode = packet.getUInt32();
436 value.u.u32 = packet.getUInt32();
519 length = packet.getUInt32();
  /external/webkit/Source/JavaScriptCore/runtime/
JSZombie.h 51 virtual bool getUInt32(uint32_t&) const { ASSERT_NOT_REACHED(); return false; }
JSCell.cpp 79 bool JSCell::getUInt32(uint32_t&) const
JSCell.h 106 virtual bool getUInt32(uint32_t&) const;
237 ALWAYS_INLINE bool JSValue::getUInt32(uint32_t& v) const
JSValue.h 174 bool getUInt32(uint32_t&) const;
StringPrototype.cpp     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 495 longValue = packet.getUInt32();
618 longValue = packet.getUInt32();
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]

Completed in 1366 milliseconds