Searched refs:libusb_interrupt_handle_event (Results 1 – 4 of 4) sorted by relevance
14 int LIBUSB_CALL libusb_interrupt_handle_event(struct libusb_context* ctx);
9 int API_EXPORTED libusb_interrupt_handle_event(struct libusb_context* ctx) { in libusb_interrupt_handle_event() function
15 - Exposing an API (libusb_interrupt_handle_event) to explicitly interrupt
46 libusb_interrupt_handle_event(context_); in ~UsbEventHandler()