Searched defs:get_device_from_object (Results 1 - 2 of 2) 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);
147 struct usb_device* device = get_device_from_object(env, thiz);
175 struct usb_device* device = get_device_from_object(env, thiz);
201 struct usb_device* device = get_device_from_object(env, thiz);
217 struct usb_device* device = get_device_from_object(env, thiz);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp88 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice) function
122 MtpDevice* device = get_device_from_object(env, thiz);
133 MtpDevice* device = get_device_from_object(env, thiz);
170 MtpDevice* device = get_device_from_object(env, thiz);
189 MtpDevice* device = get_device_from_object(env, thiz);
224 MtpDevice* device = get_device_from_object(env, thiz);
243 MtpDevice* device = get_device_from_object(env, thiz);
317 MtpDevice* device = get_device_from_object(env, thiz);
339 MtpDevice* device = get_device_from_object(env, thiz);
357 MtpDevice* device = get_device_from_object(en
[all...]

Completed in 943 milliseconds