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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c655 * libusb_handle_events_timeout() in non-blocking mode.
661 * needs to call libusb_handle_events_timeout() in non-blocking mode when
682 libusb_handle_events_timeout(ctx, &zero_tv);
684 libusb_handle_events_timeout(ctx, &zero_tv);
717 libusb_handle_events_timeout(ctx, &zero_tv);
802 libusb_handle_events_timeout(ctx, &zero_tv);
901 libusb_handle_events_timeout(ctx, &zero_tv);
995 * libusb_handle_events_timeout() that you can call while holding the
996 * events lock. libusb_handle_events_timeout() itself implements similar
2177 int API_EXPORTED libusb_handle_events_timeout(libusb_contex function
[all...]
/external/libusb/libusb/
H A Dio.c593 * libusb_handle_events_timeout() in non-blocking mode.
599 * needs to call libusb_handle_events_timeout() in non-blocking mode when
620 libusb_handle_events_timeout(ctx, 0);
622 libusb_handle_events_timeout(ctx, 0);
655 libusb_handle_events_timeout(ctx, 0);
740 libusb_handle_events_timeout(ctx, 0);
798 libusb_handle_events_timeout(ctx, 0);
892 * libusb_handle_events_timeout() that you can call while holding the
893 * events lock. libusb_handle_events_timeout() itself implements similar
1922 API_EXPORTED int libusb_handle_events_timeout(libusb_contex function
[all...]

Completed in 28 milliseconds