HomeSort by relevance Sort by last modified time
    Searched full:getuint32 (Results 1 - 25 of 56) sorted by null

1 2 3

  /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.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...]
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.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));
MtpPacket.h 65 uint32_t getUInt32(int offset) const;
MtpStorageInfo.cpp 55 mFreeSpaceObjects = packet.getUInt32();
MtpDeviceInfo.cpp 67 mVendorExtensionID = packet.getUInt32();
MtpServer.cpp 840 mData.getUInt32(); // storage ID
843 mSendObjectFileSize = mData.getUInt32();
845 mData.getUInt32(); // thumb compressed size
846 mData.getUInt32(); // thumb pix width
847 mData.getUInt32(); // thumb pix height
848 mData.getUInt32(); // image pix width
849 mData.getUInt32(); // image pix height
850 mData.getUInt32(); // image bit depth
851 mData.getUInt32(); // parent
853 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/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.h 54 uint32_t getUint32(unsigned byteOffset, ExceptionState& ec) { return getUint32(byteOffset, false, ec); }
55 uint32_t getUint32(unsigned byteOffset, bool littleEndian, ExceptionState&);
DataView.idl 39 [StrictTypeChecking, RaisesException] unsigned long getUint32(unsigned long byteOffset, optional boolean littleEndian);
DataView.cpp 187 uint32_t DataView::getUint32(unsigned byteOffset, bool littleEndian, ExceptionState& es)
  /external/chromium_org/net/quic/
quic_config.cc 31 uint32 QuicNegotiableUint32::GetUint32() const {
52 QuicErrorCode error = msg.GetUint32(tag_, out);
254 idle_connection_state_lifetime_seconds_.GetUint32());
259 keepalive_timeout_seconds_.GetUint32());
268 return max_streams_per_connection_.GetUint32();
quic_config_test.cc 36 QuicErrorCode error = msg.GetUint32(kICSL, &value);
40 error = msg.GetUint32(kMSPC, &value);
quic_config.h 54 uint32 GetUint32() const;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtputils.cc 57 bool GetUint32(const void* data, size_t offset, uint32* value) {
118 return GetUint32(data, kRtpTimestampOffset, value);
125 return GetUint32(data, kRtpSsrcOffset, value);
  /external/clang/test/FixIt/
format-darwin.m 31 UInt32 getUInt32();
37 printf("%s", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}}
97 printf("%lu", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}}
137 printf("%u", getUInt32()); // no-warning
146 printf("%u", getUInt32()); // expected-warning{{values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead}}
166 printf("%lu", getUInt32()); // no-warning
  /frameworks/av/include/media/stagefright/
DataSource.h 58 bool getUInt32(off64_t offset, uint32_t *x);
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 918 if (!mDataSource->getUInt32(data_offset + 4, &entry_count)) {
940 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
941 !mDataSource->getUInt32(entriesoffset + 4, (uint32_t*)&mt)) {
    [all...]
DataSource.cpp 74 bool DataSource::getUInt32(off64_t offset, uint32_t *x) {
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 345 assertSame(expected, view.getUint32(0));
347 assertSame(expected, view.getUint32(0, true));
406 CheckAccessor("getUint32");
425 assertThrows(function() { a.getUint32(); }, TypeError);
  /external/smack/src/org/xbill/DNS/
SOARecord.java 68 serial = st.getUInt32();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 62 public static long getUInt32(byte[] src, int offset) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 261 res->GetUInt32(STUN_ATTR_LIFETIME);
291 res->GetUInt32(STUN_ATTR_LIFETIME);
  /external/chromium_org/v8/src/
typedarray.js 476 ['DataView.getUint32', this]);
584 "getUint32", DataViewGetUint32,

Completed in 2160 milliseconds

1 2 3