Searched refs:mThumbCompressedSize (Results 1 – 4 of 4) sorted by relevance
38 private int mThumbCompressedSize; field in MtpObjectInfo136 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()
249 if (objectInfo->mThumbCompressedSize) { in fill_jobject_from_object_info()251 objectInfo->mThumbCompressedSize); in fill_jobject_from_object_info()771 object_info->mThumbCompressedSize = in android_mtp_MtpDevice_send_object_info()
896 info.mThumbCompressedSize = size; in getObjectInfo()921 info.mThumbCompressedSize = image_data.thumbnail.length; in getObjectInfo()
32273 Landroid/mtp/MtpObjectInfo;->mThumbCompressedSize:I