Searched refs:mThumbPixHeight (Results 1 – 6 of 6) sorted by relevance
36 mThumbPixHeight(0), in MtpObjectInfo()69 if (!packet.getUInt32(mThumbPixHeight)) return false; in read()101 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight); in print()
36 uint32_t mThumbPixHeight; variable
442 mData.putUInt32(info->mThumbPixHeight); in sendObjectInfo()
746 mData.putUInt32(info.mThumbPixHeight); in doGetObjectInfo()
33 private int mThumbPixHeight; field in MtpObjectInfo139 return mThumbPixHeight; in getThumbPixHeight()
265 if (objectInfo->mThumbPixHeight) in android_mtp_MtpDevice_get_object_info()266 env->SetIntField(info, field_objectInfo_thumbPixHeight, objectInfo->mThumbPixHeight); in android_mtp_MtpDevice_get_object_info()