Searched refs:field_objectInfo_thumbPixWidth (Results 1 – 1 of 1) sorted by relevance
90 static jfieldID field_objectInfo_thumbPixWidth; variable156 env->SetIntField(object, field_objectInfo_thumbPixWidth, objectInfo->mThumbPixWidth); in fill_jobject_from_object_info()623 object_info->mThumbPixWidth = env->GetIntField(info, field_objectInfo_thumbPixWidth); in android_mtp_MtpDevice_send_object_info()912 field_objectInfo_thumbPixWidth = env->GetFieldID(clazz, "mThumbPixWidth", "I"); in register_android_mtp_MtpDevice()913 if (field_objectInfo_thumbPixWidth == NULL) { in register_android_mtp_MtpDevice()