Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp88 static jfieldID field_objectInfo_protectionStatus; variable
155 field_objectInfo_protectionStatus = in initializeJavaIDs()
244 env->SetIntField(object, field_objectInfo_protectionStatus, objectInfo->mProtectionStatus); in fill_jobject_from_object_info()
768 object_info->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus); in android_mtp_MtpDevice_send_object_info()