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);
76 int usb_host_get_fd(struct usb_host_context *context);
79 int usb_host_load(struct usb_host_context *context,
86 int usb_host_read_event(struct usb_host_context *context);
97 void usb_host_run(struct usb_host_context *context,
  /system/core/libusbhost/
usbhost.c 68 struct usb_host_context { struct
141 static void watch_existing_subdirs(struct usb_host_context *context,
160 struct usb_host_context *usb_host_init()
162 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context));
164 fprintf(stderr, "out of memory in usb_host_context\n");
176 void usb_host_cleanup(struct usb_host_context *context)
182 int usb_host_get_fd(struct usb_host_context *context)
187 int usb_host_load(struct usb_host_context *context,
226 int usb_host_read_event(struct usb_host_context *context
    [all...]
  /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();
  /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 154 struct usb_host_context* context = usb_host_init();

Completed in 613 milliseconds