Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp85 static jfieldID field_objectInfo_format; variable
144 env->SetIntField(object, field_objectInfo_format, objectInfo->mFormat); in fill_jobject_from_object_info()
617 object_info->mFormat = env->GetIntField(info, field_objectInfo_format); in android_mtp_MtpDevice_send_object_info()
887 field_objectInfo_format = env->GetFieldID(clazz, "mFormat", "I"); in register_android_mtp_MtpDevice()
888 if (field_objectInfo_format == NULL) { in register_android_mtp_MtpDevice()