Home
last modified time | relevance | path

Searched refs:libusb_handle_events (Results 1 – 8 of 8) sorted by relevance

/external/libusb/libusb/
Dlibusb-1.0.def105 libusb_handle_events
106 libusb_handle_events@4 = libusb_handle_events
Dlibusb.h1881 int LIBUSB_CALL libusb_handle_events(libusb_context *ctx);
Dio.c2431 int API_EXPORTED libusb_handle_events(libusb_context *ctx) in libusb_handle_events() function
/external/libusb/examples/
Ddpfp.c510 if (libusb_handle_events(NULL) < 0) in init_capture()
663 r = libusb_handle_events(NULL); in main()
689 if (libusb_handle_events(NULL) < 0) in main()
Dhotplugtest.c120 rc = libusb_handle_events (NULL); in main()
Dsam3u_benchmark.c215 rc = libusb_handle_events(NULL); in main()
/external/libusb/include/libusb/
Dlibusb.h1881 int LIBUSB_CALL libusb_handle_events(libusb_context *ctx);
/external/libusb/
DChangeLog272 * Increase libusb_handle_events() timeout to 60s for powersaving