Searched defs:usb_host_context (Results 1 - 1 of 1) sorted by path

/system/core/libusbhost/
H A Dusbhost.c61 struct usb_host_context { struct
128 static void watch_existing_subdirs(struct usb_host_context *context,
147 struct usb_host_context *usb_host_init()
149 struct usb_host_context *context = calloc(1, sizeof(struct usb_host_context));
151 fprintf(stderr, "out of memory in usb_host_context\n");
163 void usb_host_cleanup(struct usb_host_context *context)
169 void usb_host_run(struct usb_host_context *context,

Completed in 68 milliseconds