Lines Matching full:thiz
105 android_mtp_MtpDevice_open(JNIEnv *env, jobject thiz, jstring deviceName, jint fd)
116 env->SetIntField(thiz, field_context, (int)device);
121 android_mtp_MtpDevice_close(JNIEnv *env, jobject thiz)
123 MtpDevice* device = get_device_from_object(env, thiz);
127 env->SetIntField(thiz, field_context, 0);
132 android_mtp_MtpDevice_get_device_info(JNIEnv *env, jobject thiz)
134 MtpDevice* device = get_device_from_object(env, thiz);
169 android_mtp_MtpDevice_get_storage_ids(JNIEnv *env, jobject thiz)
171 MtpDevice* device = get_device_from_object(env, thiz);
188 android_mtp_MtpDevice_get_storage_info(JNIEnv *env, jobject thiz, jint storageID)
190 MtpDevice* device = get_device_from_object(env, thiz);
222 android_mtp_MtpDevice_get_object_handles(JNIEnv *env, jobject thiz,
225 MtpDevice* device = get_device_from_object(env, thiz);
242 android_mtp_MtpDevice_get_object_info(JNIEnv *env, jobject thiz, jint objectID)
244 MtpDevice* device = get_device_from_object(env, thiz);
316 android_mtp_MtpDevice_get_object(JNIEnv *env, jobject thiz, jint objectID, jint objectSize)
318 MtpDevice* device = get_device_from_object(env, thiz);
338 android_mtp_MtpDevice_get_thumbnail(JNIEnv *env, jobject thiz, jint objectID)
340 MtpDevice* device = get_device_from_object(env, thiz);
356 android_mtp_MtpDevice_delete_object(JNIEnv *env, jobject thiz, jint object_id)
358 MtpDevice* device = get_device_from_object(env, thiz);
366 android_mtp_MtpDevice_get_parent(JNIEnv *env, jobject thiz, jint object_id)
368 MtpDevice* device = get_device_from_object(env, thiz);
376 android_mtp_MtpDevice_get_storage_id(JNIEnv *env, jobject thiz, jint object_id)
378 MtpDevice* device = get_device_from_object(env, thiz);
386 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path)
388 MtpDevice* device = get_device_from_object(env, thiz);