Searched refs:libusb_handle_events (Results 1 – 9 of 9) sorted by relevance
105 libusb_handle_events106 libusb_handle_events@4 = libusb_handle_events
1821 int LIBUSB_CALL libusb_handle_events(libusb_context *ctx);
2416 int API_EXPORTED libusb_handle_events(libusb_context *ctx) in libusb_handle_events() function
350 if (libusb_handle_events(NULL) < 0) in init_capture()467 r = libusb_handle_events(NULL); in main()487 if (libusb_handle_events(NULL) < 0) in main()
380 if (libusb_handle_events(NULL) < 0) in init_capture()534 if (libusb_handle_events(NULL) < 0) in main()
110 rc = libusb_handle_events (NULL); in main()
180 rc = libusb_handle_events(NULL); in main()
182 * Increase libusb_handle_events() timeout to 60s for powersaving