Searched refs:mCompressedSize (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ZipEntry.h | 72 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; } in getCompressedLen() 228 mCompressedSize(0), in LocalFileHeader() 250 unsigned long mCompressedSize; variable 279 mCompressedSize(0), in CentralDirEntry() 309 unsigned long mCompressedSize; variable
|
D | ZipEntry.cpp | 242 mLFH.mCompressedSize = mCDE.mCompressedSize; in copyCDEtoLFH() 264 mCDE.mCompressedSize = compLen; in setDataInfo() 306 if (mCDE.mCompressedSize != mLFH.mCompressedSize) { in compareHeaders() 427 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read() 480 ZipEntry::putLongLE(&buf[0x12], mCompressedSize); in write() 515 mCompressedSize, mUncompressedSize); in dump() 564 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read() 639 ZipEntry::putLongLE(&buf[0x14], mCompressedSize); in write() 684 mCompressedSize, mUncompressedSize); in dump()
|
/frameworks/av/media/mtp/ |
D | MtpObjectInfo.cpp | 32 mCompressedSize(0), in MtpObjectInfo() 65 if (!packet.getUInt32(mCompressedSize)) return false; in read() 100 mCompressedSize, mFormat, mThumbCompressedSize); in print()
|
D | MtpObjectInfo.h | 32 uint32_t mCompressedSize; variable
|
D | MtpDevice.cpp | 429 mData.putUInt32(info->mCompressedSize); in sendObjectInfo() 469 int remaining = info->mCompressedSize; in sendObject()
|
D | MtpServer.cpp | 737 uint32_t size = info.mCompressedSize; in doGetObjectInfo()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpObjectInfo.java | 29 private int mCompressedSize; field in MtpObjectInfo 99 return mCompressedSize; in getCompressedSize()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDevice.cpp | 265 if (objectInfo->mCompressedSize) in android_mtp_MtpDevice_get_object_info() 266 env->SetIntField(info, field_objectInfo_compressedSize, objectInfo->mCompressedSize); in android_mtp_MtpDevice_get_object_info()
|
D | android_mtp_MtpDatabase.cpp | 795 info.mCompressedSize = (length > 0xFFFFFFFFLL ? 0xFFFFFFFF : (uint32_t)length); in getObjectInfo()
|