Searched refs:mCompressedSize (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/media/java/android/mtp/ |
D | MtpObjectInfo.java | 36 private int mCompressedSize; field in MtpObjectInfo 106 Preconditions.checkState(mCompressedSize >= 0); in getCompressedSize() 107 return mCompressedSize; in getCompressedSize() 116 return uint32ToLong(mCompressedSize); in getCompressedSizeLong() 374 mObjectInfo.mCompressedSize = objectInfo.mCompressedSize; in Builder() 409 mObjectInfo.mCompressedSize = longToUint32(value, "value"); in setCompressedSize()
|
/frameworks/base/tools/aapt/ |
D | ZipEntry.h | 73 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; } in getCompressedLen() 229 mCompressedSize(0), in LocalFileHeader() 251 unsigned long mCompressedSize; variable 280 mCompressedSize(0), in CentralDirEntry() 312 unsigned long mCompressedSize; variable
|
D | ZipEntry.cpp | 225 mLFH.mCompressedSize = mCDE.mCompressedSize; in copyCDEtoLFH() 247 mCDE.mCompressedSize = compLen; in setDataInfo() 289 if (mCDE.mCompressedSize != mLFH.mCompressedSize) { in compareHeaders() 410 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read() 463 ZipEntry::putLongLE(&buf[0x12], mCompressedSize); in write() 498 mCompressedSize, mUncompressedSize); in dump() 547 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read() 622 ZipEntry::putLongLE(&buf[0x14], mCompressedSize); in write() 667 mCompressedSize, mUncompressedSize); in dump() 701 mCompressedSize = src.mCompressedSize; in operator =()
|
/frameworks/av/media/mtp/ |
D | MtpObjectInfo.cpp | 32 mCompressedSize(0), in MtpObjectInfo() 65 if (!packet.getUInt32(mCompressedSize)) return false; in read() 102 mCompressedSize, mFormat, mThumbCompressedSize); in print()
|
D | MtpObjectInfo.h | 32 uint32_t mCompressedSize; variable
|
D | MtpDevice.cpp | 480 mData.putUInt32(info->mCompressedSize); in sendObjectInfo()
|
D | MtpServer.cpp | 750 uint32_t size = info.mCompressedSize; in doGetObjectInfo()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDevice.cpp | 147 if (objectInfo->mCompressedSize) in fill_jobject_from_object_info() 148 env->SetIntField(object, field_objectInfo_compressedSize, objectInfo->mCompressedSize); in fill_jobject_from_object_info() 619 object_info->mCompressedSize = env->GetIntField(info, field_objectInfo_compressedSize); in android_mtp_MtpDevice_send_object_info()
|
D | android_mtp_MtpDatabase.cpp | 788 info.mCompressedSize = (length > 0xFFFFFFFFLL ? 0xFFFFFFFF : (uint32_t)length); in getObjectInfo()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 42394 Landroid/mtp/MtpObjectInfo;->mCompressedSize:I
|