Searched refs:field_objectInfo_thumbFormat (Results 1 – 1 of 1) sorted by relevance
88 static jfieldID field_objectInfo_thumbFormat; variable150 env->SetIntField(object, field_objectInfo_thumbFormat, objectInfo->mThumbFormat); in fill_jobject_from_object_info()620 object_info->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat); in android_mtp_MtpDevice_send_object_info()902 field_objectInfo_thumbFormat = env->GetFieldID(clazz, "mThumbFormat", "I"); in register_android_mtp_MtpDevice()903 if (field_objectInfo_thumbFormat == NULL) { in register_android_mtp_MtpDevice()