Searched refs:field_objectInfo_storageId (Results 1 – 1 of 1) sorted by relevance
84 static jfieldID field_objectInfo_storageId; variable142 env->SetIntField(object, field_objectInfo_storageId, objectInfo->mStorageID); in fill_jobject_from_object_info()616 object_info->mStorageID = env->GetIntField(info, field_objectInfo_storageId); in android_mtp_MtpDevice_send_object_info()882 field_objectInfo_storageId = env->GetFieldID(clazz, "mStorageId", "I"); in register_android_mtp_MtpDevice()883 if (field_objectInfo_storageId == NULL) { in register_android_mtp_MtpDevice()