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 41 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) function
73 struct usb_device* device = get_device_from_object(env, thiz);
83 struct usb_device* device = get_device_from_object(env, thiz);
116 struct usb_device* device = get_device_from_object(env, thiz);
134 struct usb_device* device = get_device_from_object(env, thiz);
151 struct usb_device* device = get_device_from_object(env, thiz);
163 struct usb_device* device = get_device_from_object(env, thiz);
177 struct usb_device* device = get_device_from_object(env, thiz);
202 struct usb_device* device = get_device_from_object(env, thiz);
225 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 133 MtpDevice* get_device_from_object(JNIEnv* env, jobject javaDevice) function
211 MtpDevice* device = get_device_from_object(env, thiz);
222 MtpDevice* device = get_device_from_object(env, thiz);
289 MtpDevice* device = get_device_from_object(env, thiz);
308 MtpDevice* device = get_device_from_object(env, thiz);
343 MtpDevice* device = get_device_from_object(env, thiz);
362 MtpDevice* device = get_device_from_object(env, thiz);
400 MtpDevice* device = get_device_from_object(env, thiz);
439 MtpDevice* const device = get_device_from_object(env, thiz);
484 MtpDevice* const device = get_device_from_object(env, thiz)
    [all...]

Completed in 56 milliseconds