Home
last modified time | relevance | path

Searched refs:libusb_handle_events_timeout (Results 1 – 3 of 3) sorted by relevance

/external/libusb/libusb/
Dio.c1922 API_EXPORTED int libusb_handle_events_timeout(libusb_context *ctx, in libusb_handle_events_timeout() function
1981 return libusb_handle_events_timeout(ctx, &tv); in libusb_handle_events()
Dlibusb.h1189 int libusb_handle_events_timeout(libusb_context *ctx, struct timeval *tv);
/external/libusb/examples/
Ddpfp_threaded.c86 r = libusb_handle_events_timeout(NULL, &tv); in poll_thread_main()