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

  /system/core/libusbhost/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 69 struct usb_host_context { struct
144 static void watch_existing_subdirs(struct usb_host_context *context,
163 struct usb_host_context *usb_host_init()
165 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context));
167 fprintf(stderr, "out of memory in usb_host_context\n");
179 void usb_host_cleanup(struct usb_host_context *context)
185 int usb_host_get_fd(struct usb_host_context *context)
190 int usb_host_load(struct usb_host_context *context,
229 int usb_host_read_event(struct usb_host_context *context
    [all...]
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 187 struct usb_host_context* context = usb_host_init();
  /frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp 108 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();

Completed in 194 milliseconds