Searched refs:mThumbCompressedSize (Results 1 – 8 of 8) 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()
34 mThumbCompressedSize(0), in MtpObjectInfo()67 if (!packet.getUInt32(mThumbCompressedSize)) return false; in read()102 mCompressedSize, mFormat, mThumbCompressedSize); in print()
34 uint32_t mThumbCompressedSize; variable
482 mData.putUInt32(info->mThumbCompressedSize); in sendObjectInfo()
757 mData.putUInt32(info.mThumbCompressedSize); in doGetObjectInfo()
151 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()
835 info.mThumbCompressedSize = size; in getObjectInfo()860 info.mThumbCompressedSize = image_data.thumbnail.length; in getObjectInfo()
42408 Landroid/mtp/MtpObjectInfo;->mThumbCompressedSize:I