HomeSort by relevance Sort by last modified time
    Searched refs:get_device_from_object (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 36 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(env, thiz)
    [all...]
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);
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 89 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice) function
115 MtpDevice* device = get_device_from_object(env, thiz);
126 MtpDevice* device = get_device_from_object(env, thiz);
163 MtpDevice* device = get_device_from_object(env, thiz);
182 MtpDevice* device = get_device_from_object(env, thiz);
217 MtpDevice* device = get_device_from_object(env, thiz);
236 MtpDevice* device = get_device_from_object(env, thiz);
310 MtpDevice* device = get_device_from_object(env, thiz);
332 MtpDevice* device = get_device_from_object(env, thiz);
350 MtpDevice* device = get_device_from_object(env, thiz)
    [all...]

Completed in 236 milliseconds