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

/frameworks/base/core/jni/
H A Dandroid_hardware_UsbDeviceConnection.cpp36 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) function
68 struct usb_device* device = get_device_from_object(env, thiz);
78 struct usb_device* device = get_device_from_object(env, thiz);
111 struct usb_device* device = get_device_from_object(env, thiz);
129 struct usb_device* device = get_device_from_object(env, thiz);
146 struct usb_device* device = get_device_from_object(env, thiz);
158 struct usb_device* device = get_device_from_object(env, thiz);
172 struct usb_device* device = get_device_from_object(env, thiz);
197 struct usb_device* device = get_device_from_object(env, thiz);
220 struct usb_device* device = get_device_from_object(en
[all...]
H A 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);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp89 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice) function
123 MtpDevice* device = get_device_from_object(env, thiz);
134 MtpDevice* device = get_device_from_object(env, thiz);
171 MtpDevice* device = get_device_from_object(env, thiz);
190 MtpDevice* device = get_device_from_object(env, thiz);
225 MtpDevice* device = get_device_from_object(env, thiz);
244 MtpDevice* device = get_device_from_object(env, thiz);
318 MtpDevice* device = get_device_from_object(env, thiz);
340 MtpDevice* device = get_device_from_object(env, thiz);
358 MtpDevice* device = get_device_from_object(en
[all...]

Completed in 41 milliseconds