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

  /system/core/include/usbhost/
usbhost.h 70 struct usb_host_context *usb_host_init(void);
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 185 struct usb_host_context* context = usb_host_init();
187 fprintf(stderr, "usb_host_init failed");
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 187 struct usb_host_context* context = usb_host_init();
189 fprintf(stderr, "usb_host_init failed");
  /system/core/toolbox/
lsusb.c 211 ctx = usb_host_init();
213 perror("usb_host_init:");
  /frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp 136 struct usb_host_context* context = usb_host_init();
138 ALOGE("usb_host_init failed");
  /system/core/libusbhost/
usbhost.c 155 struct usb_host_context *usb_host_init() function

Completed in 226 milliseconds