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

  /system/core/include/usbhost/
usbhost.h 55 * Return true to exit from usb_host_run.
60 * Return true to exit from usb_host_run.
65 * Return true to exit from usb_host_run.
97 void usb_host_run(struct usb_host_context *context,
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 192 usb_host_run(context, usb_device_added, usb_device_removed, NULL, NULL);
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 194 usb_host_run(context, usb_device_added, usb_device_removed, NULL, NULL);
  /system/core/toolbox/
lsusb.c 217 usb_host_run(ctx,
  /frameworks/base/libs/usb/tests/accessorytest/
usb.c 225 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)enable_accessory);
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 159 usb_host_run(context, usb_device_added, usb_device_removed, NULL, (void *)thiz);
  /system/core/libusbhost/
usbhost.c 301 void usb_host_run(struct usb_host_context *context, function
315 } /* usb_host_run() */

Completed in 146 milliseconds