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

/external/libusb/libusb/
H A Dio.c671 * libusb_handle_events_timeout() in non-blocking mode.
677 * needs to call libusb_handle_events_timeout() in non-blocking mode when
698 libusb_handle_events_timeout(ctx, &zero_tv);
700 libusb_handle_events_timeout(ctx, &zero_tv);
733 libusb_handle_events_timeout(ctx, &zero_tv);
818 libusb_handle_events_timeout(ctx, &zero_tv);
917 libusb_handle_events_timeout(ctx, &zero_tv);
1011 * libusb_handle_events_timeout() that you can call while holding the
1012 * events lock. libusb_handle_events_timeout() itself implements similar
2396 int API_EXPORTED libusb_handle_events_timeout(libusb_contex function
[all...]

Completed in 242 milliseconds