Home
last modified time | relevance | path

Searched refs:mThumbPixHeight (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpObjectInfo.java40 private int mThumbPixHeight; field in MtpObjectInfo
178 Preconditions.checkState(mThumbPixHeight >= 0); in getThumbPixHeight()
179 return mThumbPixHeight; in getThumbPixHeight()
189 return uint32ToLong(mThumbPixHeight); in getThumbPixHeightLong()
389 mObjectInfo.mThumbPixHeight = objectInfo.mThumbPixHeight; in Builder()
492 mObjectInfo.mThumbPixHeight = longToUint32(value, "value"); in setThumbPixHeight()
/frameworks/av/media/mtp/
DMtpObjectInfo.cpp36 mThumbPixHeight(0), in MtpObjectInfo()
69 if (!packet.getUInt32(mThumbPixHeight)) return false; in read()
103 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight); in print()
DMtpObjectInfo.h36 uint32_t mThumbPixHeight; variable
DMtpDevice.cpp484 mData.putUInt32(info->mThumbPixHeight); in sendObjectInfo()
DMtpServer.cpp757 mData.putUInt32(info.mThumbPixHeight); in doGetObjectInfo()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp157 if (objectInfo->mThumbPixHeight) in fill_jobject_from_object_info()
158 env->SetIntField(object, field_objectInfo_thumbPixHeight, objectInfo->mThumbPixHeight); in fill_jobject_from_object_info()
624 object_info->mThumbPixHeight = env->GetIntField(info, field_objectInfo_thumbPixHeight); in android_mtp_MtpDevice_send_object_info()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45500 Landroid/mtp/MtpObjectInfo;->mThumbPixHeight:I