HomeSort by relevance Sort by last modified time
    Searched refs:usb_host_init (Results 1 - 7 of 7) 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/libs/usb/tests/accessorytest/
usb.c 223 struct usb_host_context* context = usb_host_init();
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 153 struct usb_host_context* context = usb_host_init();
155 ALOGE("usb_host_init failed");
  /system/core/libusbhost/
usbhost.c 157 struct usb_host_context *usb_host_init() function

Completed in 6607 milliseconds