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

  /system/core/include/usbhost/
usbhost.h 33 struct usb_host_context;
70 struct usb_host_context *usb_host_init(void);
73 void usb_host_cleanup(struct usb_host_context *context);
84 void usb_host_run(struct usb_host_context *context,
  /system/core/libusbhost/
usbhost.c 60 struct usb_host_context { struct
113 struct usb_host_context *usb_host_init()
115 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context));
117 fprintf(stderr, "out of memory in usb_host_context\n");
129 void usb_host_cleanup(struct usb_host_context *context)
135 void usb_host_run(struct usb_host_context *context,
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 185 struct usb_host_context* context = usb_host_init();
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 187 struct usb_host_context* context = usb_host_init();
  /system/core/toolbox/
lsusb.c 206 struct usb_host_context *ctx;
  /frameworks/base/services/jni/
com_android_server_UsbHostManager.cpp 136 struct usb_host_context* context = usb_host_init();

Completed in 55 milliseconds