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 if (!packet.getUInt32(mStorageID)) return false;
65 if (!packet.getUInt32(mCompressedSize)) return false;
67 if (!packet.getUInt32(mThumbCompressedSize)) return false;
68 if (!packet.getUInt32(mThumbPixWidth)) return false;
69 if (!packet.getUInt32(mThumbPixHeight)) return false;
70 if (!packet.getUInt32(mImagePixWidth)) return false;
71 if (!packet.getUInt32(mImagePixHeight)) return false;
72 if (!packet.getUInt32(mImagePixDepth)) return false;
73 if (!packet.getUInt32(mParent)) return false;
75 if (!packet.getUInt32(mAssociationDesc)) return false
    [all...]
MtpDataPacket.h 50 bool getUInt32(uint32_t& value);
51 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); }
119 inline uint32_t getContainerLength() const { return MtpPacket::getUInt32(MTP_CONTAINER_LENGTH_OFFSET); }
MtpPacket.h 65 uint32_t getUInt32(int offset) const;
MtpStorageInfo.cpp 57 if (!packet.getUInt32(mFreeSpaceObjects)) return false;
MtpDataPacket.cpp 70 bool MtpDataPacket::getUInt32(uint32_t& value) {
93 return getUInt32(value[0]) && getUInt32(value[1]) && getUInt32(value[2]) && getUInt32(value[3]);
103 if (!getUInt32(count))
119 if (!getUInt32(count))
135 if (!getUInt32(count))
151 if (!getUInt32(count))
167 if (!getUInt32(count)
    [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 if (!packet.getUInt32(mVendorExtensionID)) return false;
MtpServer.cpp 905 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // storage ID
909 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER;
912 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb compressed size
913 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb pix width
914 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // thumb pix height
915 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image pix width
916 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image pix height
917 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image bit depth
918 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // parent
921 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER
    [all...]
MtpProperty.cpp 159 if (!packet.getUInt32(mGroupCode)) return false;
449 if (!packet.getUInt32(value.u.u32)) return false;
534 if (!packet.getUInt32(length)) return NULL;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 62 public static long getUInt32(byte[] src, int offset) {
FatDirectoryEntry.java 298 return LittleEndian.getUInt32(data, OFFSET_FILE_SIZE);
  /frameworks/av/include/media/stagefright/
DataSource.h 71 bool getUInt32(off64_t offset, uint32_t *x);
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 978 if (!mDataSource->getUInt32(data_offset + 4, &entry_count)) {
1000 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
1001 !mDataSource->getUInt32(entriesoffset + 4, (uint32_t*)&mt)) {
    [all...]
DataSource.cpp 79 bool DataSource::getUInt32(off64_t offset, uint32_t *x) {
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 506 if (!packet.getUInt32(temp)) return false;
    [all...]

Completed in 240 milliseconds