Home
last modified time | relevance | path

Searched refs:mThumbCompressedSize (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java38 private int mThumbCompressedSize; field in MtpObjectInfo
136 Preconditions.checkState(mThumbCompressedSize >= 0); in getThumbCompressedSize()
137 return mThumbCompressedSize; in getThumbCompressedSize()
147 return uint32ToLong(mThumbCompressedSize); in getThumbCompressedSizeLong()
387 mObjectInfo.mThumbCompressedSize = objectInfo.mThumbCompressedSize; in Builder()
482 mObjectInfo.mThumbCompressedSize = longToUint32(value, "value"); in setThumbCompressedSize()
/frameworks/av/media/mtp/
DMtpObjectInfo.cpp34 mThumbCompressedSize(0), in MtpObjectInfo()
67 if (!packet.getUInt32(mThumbCompressedSize)) return false; in read()
102 mCompressedSize, mFormat, mThumbCompressedSize); in print()
DMtpObjectInfo.h34 uint32_t mThumbCompressedSize; variable
DMtpDevice.cpp482 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
DMtpServer.cpp757 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp151 if (objectInfo->mThumbCompressedSize) { in fill_jobject_from_object_info()
153 objectInfo->mThumbCompressedSize); in fill_jobject_from_object_info()
621 object_info->mThumbCompressedSize = in android_mtp_MtpDevice_send_object_info()
Dandroid_mtp_MtpDatabase.cpp835 info.mThumbCompressedSize = size; in getObjectInfo()
860 info.mThumbCompressedSize = image_data.thumbnail.length; in getObjectInfo()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt42408 Landroid/mtp/MtpObjectInfo;->mThumbCompressedSize:I