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

/external/libusb/examples/
H A Ddpfp_threaded.c89 r = libusb_handle_events_timeout(NULL, &tv);
/external/libusb/include/libusb/
H A Dlibusb.h1817 int LIBUSB_CALL libusb_handle_events_timeout(libusb_context *ctx,
/external/libusb/libusb/
H A Dcore.c416 * - libusb_handle_events_timeout()
2215 libusb_handle_events_timeout(ctx, &tv);
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...]
H A Dlibusb.h1817 int LIBUSB_CALL libusb_handle_events_timeout(libusb_context *ctx,

Completed in 197 milliseconds