Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp97 static jfieldID field_objectInfo_associationDesc; variable
170 env->SetIntField(object, field_objectInfo_associationDesc, objectInfo->mAssociationDesc); in fill_jobject_from_object_info()
630 object_info->mAssociationDesc = env->GetIntField(info, field_objectInfo_associationDesc); in android_mtp_MtpDevice_send_object_info()
947 field_objectInfo_associationDesc = env->GetFieldID(clazz, "mAssociationDesc", "I"); in register_android_mtp_MtpDevice()
948 if (field_objectInfo_associationDesc == NULL) { in register_android_mtp_MtpDevice()