HomeSort by relevance Sort by last modified time
    Searched refs:libusb_handle_events_timeout (Results 1 - 6 of 6) sorted by null

  /external/libusb/examples/
dpfp_threaded.c 86 r = libusb_handle_events_timeout(NULL, &tv);
  /external/libusb_aah/examples/
dpfp_threaded.c 86 r = libusb_handle_events_timeout(NULL, &tv);
  /external/libusb/libusb/
libusb.h     [all...]
io.c 593 * libusb_handle_events_timeout() in non-blocking mode.
599 * needs to call libusb_handle_events_timeout() in non-blocking mode when
620 libusb_handle_events_timeout(ctx, 0);
622 libusb_handle_events_timeout(ctx, 0);
655 libusb_handle_events_timeout(ctx, 0);
1922 API_EXPORTED int libusb_handle_events_timeout(libusb_context *ctx, function
    [all...]
  /external/libusb_aah/libusb/
libusb.h     [all...]
io.c 597 * libusb_handle_events_timeout() in non-blocking mode.
603 * needs to call libusb_handle_events_timeout() in non-blocking mode when
624 libusb_handle_events_timeout(ctx, &zero_tv);
626 libusb_handle_events_timeout(ctx, &zero_tv);
659 libusb_handle_events_timeout(ctx, &zero_tv);
2158 int API_EXPORTED libusb_handle_events_timeout(libusb_context *ctx, function
    [all...]

Completed in 1325 milliseconds