Searched defs:libusb_wait_for_event (Results 1 - 1 of 1) sorted by relevance

/external/libusb/libusb/
H A Dio.c939 * so, you call libusb_wait_for_event().
941 * libusb_wait_for_event() puts your application to sleep until an event
977 libusb_wait_for_event(ctx, NULL);
988 * multiple event waiters, because libusb_wait_for_event() actually drops
1019 * blocked on libusb_wait_for_event(). This is because libusb can do this
1792 * on libusb_wait_for_event().
1908 * events, then call libusb_wait_for_event().
1962 int API_EXPORTED libusb_wait_for_event(libusb_context *ctx, struct timeval *tv) function
2367 r = libusb_wait_for_event(ctx, &poll_timeout);

Completed in 109 milliseconds