Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_UsbDeviceConnection.cpp36 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) in get_device_from_object() function
68 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_close()
78 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_get_fd()
111 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_claim_interface()
129 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_release_interface()
146 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_interface()
158 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_configuration()
172 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_control_request()
197 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_bulk_request()
220 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_request_wait()
[all …]
Dandroid_hardware_UsbRequest.cpp39 extern struct usb_device* get_device_from_object(JNIEnv* env, jobject connection);
47 struct usb_device* device = get_device_from_object(env, java_device); in android_hardware_UsbRequest_init()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp89 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice) in get_device_from_object() function
115 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_close()
126 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_device_info()
163 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_storage_ids()
182 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_storage_info()
217 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_object_handles()
236 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_object_info()
310 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_object()
332 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_thumbnail()
350 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_delete_object()
[all …]