Searched refs:get_device_from_object (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_UsbDeviceConnection.cpp | 72 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_close() 82 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_get_fd() 101 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_claim_interface() 119 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_release_interface() 136 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_interface() 148 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_configuration() 162 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_control_request() 187 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_bulk_request() 210 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_request_wait() 257 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_get_serial() [all …]
|
H A D | android_hardware_UsbRequest.cpp | 39 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()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_mtp_MtpDevice.cpp | 311 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_close() 322 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_device_info() 439 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_storage_ids() 458 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_storage_info() 493 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_object_handles() 512 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_object_info() 550 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_object() 663 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_thumbnail() 681 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_delete_object() 692 MtpDevice* device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_parent() [all …]
|