Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp75 static jfieldID field_objectInfo_thumbPixWidth; variable
264 env->SetIntField(info, field_objectInfo_thumbPixWidth, objectInfo->mThumbPixWidth); in android_mtp_MtpDevice_get_object_info()
540 field_objectInfo_thumbPixWidth = env->GetFieldID(clazz, "mThumbPixWidth", "I"); in register_android_mtp_MtpDevice()
541 if (field_objectInfo_thumbPixWidth == NULL) { in register_android_mtp_MtpDevice()