Home
last modified time | relevance | path

Searched refs:LIBUSB_ERROR_INTERRUPTED (Results 1 – 4 of 4) sorted by relevance

/third_party/libusb/libusb/
Dsync.c51 if (r == LIBUSB_ERROR_INTERRUPTED) in sync_transfer_wait_for_completion()
Dlibusb.h1079 LIBUSB_ERROR_INTERRUPTED = -10, enumerator
Dcore.c2700 case LIBUSB_ERROR_INTERRUPTED: in libusb_error_name()
/third_party/libusb/libusb/os/
Devents_posix.c234 return LIBUSB_ERROR_INTERRUPTED; in usbi_wait_for_events()