Searched refs:mThumbFormat (Results 1 – 8 of 8) sorted by relevance
37 private int mThumbFormat; field in MtpObjectInfo126 return mThumbFormat; in getThumbFormat()388 mObjectInfo.mThumbFormat = objectInfo.mThumbFormat; in Builder()487 mObjectInfo.mThumbFormat = value; in setThumbFormat()
33 mThumbFormat(0), in MtpObjectInfo()66 if (!packet.getUInt16(mThumbFormat)) return false; in read()
33 MtpObjectFormat mThumbFormat; variable
481 mData.putUInt16(info->mThumbFormat); in sendObjectInfo()
754 mData.putUInt16(info.mThumbFormat); in doGetObjectInfo()
149 if (objectInfo->mThumbFormat) in fill_jobject_from_object_info()150 env->SetIntField(object, field_objectInfo_thumbFormat, objectInfo->mThumbFormat); in fill_jobject_from_object_info()620 object_info->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat); in android_mtp_MtpDevice_send_object_info()
896 info.mThumbFormat = MTP_FORMAT_EXIF_JPEG; in getObjectInfo()920 info.mThumbFormat = MTP_FORMAT_EXIF_JPEG; in getObjectInfo()
45499 Landroid/mtp/MtpObjectInfo;->mThumbFormat:I