Searched refs:get_device_from_object (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_UsbDeviceConnection.cpp | 41 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) in get_device_from_object() function 73 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_close() 83 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_get_fd() 116 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_claim_interface() 134 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_release_interface() 151 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_interface() 163 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_configuration() 177 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_control_request() 202 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_bulk_request() 225 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_request_wait() [all …]
|
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()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDevice.cpp | 226 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice) in get_device_from_object() function 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() 406 MtpDevice* const device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_set_device_property_init_version() 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() 589 MtpDevice* const device = get_device_from_object(env, thiz); in android_mtp_MtpDevice_get_partial_object() [all …]
|