Home | History | Annotate | Download | only in jni

Lines Matching full:jobject

88 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice)
104 android_mtp_MtpDevice_open(JNIEnv *env, jobject thiz, jstring deviceName, jint fd)
120 android_mtp_MtpDevice_close(JNIEnv *env, jobject thiz)
130 static jobject
131 android_mtp_MtpDevice_get_device_info(JNIEnv *env, jobject thiz)
143 jobject info = env->NewObject(clazz_deviceInfo, constructor_deviceInfo);
168 android_mtp_MtpDevice_get_storage_ids(JNIEnv *env, jobject thiz)
186 static jobject
187 android_mtp_MtpDevice_get_storage_info(JNIEnv *env, jobject thiz, jint storageID)
196 jobject info = env->NewObject(clazz_storageInfo, constructor_storageInfo);
221 android_mtp_MtpDevice_get_object_handles(JNIEnv *env, jobject thiz,
240 static jobject
241 android_mtp_MtpDevice_get_object_info(JNIEnv *env, jobject thiz, jint objectID)
249 jobject info = env->NewObject(clazz_objectInfo, constructor_objectInfo);
315 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jint objectSize)
337 android_mtp_MtpDevice_get_thumbnail(JNIEnv *env, jobject thiz, jint objectID)
355 android_mtp_MtpDevice_delete_object(JNIEnv *env, jobject thiz, jint object_id)
365 android_mtp_MtpDevice_get_parent(JNIEnv *env, jobject thiz, jint object_id)
375 android_mtp_MtpDevice_get_storage_id(JNIEnv *env, jobject thiz, jint object_id)
385 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path)