Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp529 android_mtp_MtpDevice_delete_object(JNIEnv *env, jobject thiz, jint object_id) in android_mtp_MtpDevice_delete_object() argument
532 if (device && device->deleteObject(object_id)) { in android_mtp_MtpDevice_delete_object()
540 android_mtp_MtpDevice_get_parent(JNIEnv *env, jobject thiz, jint object_id) in android_mtp_MtpDevice_get_parent() argument
544 return static_cast<jint>(device->getParent(object_id)); in android_mtp_MtpDevice_get_parent()
550 android_mtp_MtpDevice_get_storage_id(JNIEnv *env, jobject thiz, jint object_id) in android_mtp_MtpDevice_get_storage_id() argument
554 return static_cast<jint>(device->getStorageID(object_id)); in android_mtp_MtpDevice_get_storage_id()
560 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path) in android_mtp_MtpDevice_import_file() argument
569 jboolean result = device->readObject(object_id, destPathStr, AID_SDCARD_RW, 0664); in android_mtp_MtpDevice_import_file()
578 android_mtp_MtpDevice_import_file_to_fd(JNIEnv *env, jobject thiz, jint object_id, jint fd) in android_mtp_MtpDevice_import_file_to_fd() argument
582 return device->readObject(object_id, fd); in android_mtp_MtpDevice_import_file_to_fd()
[all …]