HomeSort by relevance Sort by last modified time
    Searched defs:get_device_from_object (Results 1 - 2 of 2) 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);
147 struct usb_device* device = get_device_from_object(env, thiz);
172 struct usb_device* device = get_device_from_object(env, thiz);
195 struct usb_device* device = get_device_from_object(env, thiz);
211 struct usb_device* device = get_device_from_object(env, thiz);
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 89 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(env, thiz)
    [all...]

Completed in 503 milliseconds