Searched defs:libusb_handle_events (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/
H A Dio.c504 * This gives rise to the libusb_handle_events() function which your
511 * -# Periodically call libusb_handle_events() in non-blocking mode at fixed
513 * -# Repeatedly call libusb_handle_events() in blocking mode from a dedicated
529 * libusb_handle_events().
574 libusb_handle_events(ctx);
580 * sets of file descriptors or handling timeouts. libusb_handle_events() will
769 * This includes libusb_handle_events() and all the synchronous I/O functions -
1434 * libusb_handle_events()) then you do not need to be concerned with this
1477 * libusb_handle_events()) then you do not need to be concerned with this
1586 * some other thread is event handling so calling libusb_handle_events() i
1976 API_EXPORTED int libusb_handle_events(libusb_context *ctx) function
[all...]

Completed in 59 milliseconds