Searched refs:mThumbPixHeight (Results 1 – 7 of 7) sorted by relevance
40 private int mThumbPixHeight; field in MtpObjectInfo178 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()
36 mThumbPixHeight(0), in MtpObjectInfo()69 if (!packet.getUInt32(mThumbPixHeight)) return false; in read()103 ALOGD(" mThumbPixWidth: %d mThumbPixHeight: %d\n", mThumbPixWidth, mThumbPixHeight); in print()
36 uint32_t mThumbPixHeight; variable
484 mData.putUInt32(info->mThumbPixHeight); in sendObjectInfo()
757 mData.putUInt32(info.mThumbPixHeight); in doGetObjectInfo()
157 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()
45500 Landroid/mtp/MtpObjectInfo;->mThumbPixHeight:I