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

  /external/libusb/examples/
hotplugtest.c 110 rc = libusb_handle_events (NULL);
112 printf("libusb_handle_events() failed: %s\n", libusb_error_name(rc));
dpfp.c 350 if (libusb_handle_events(NULL) < 0)
467 r = libusb_handle_events(NULL);
487 if (libusb_handle_events(NULL) < 0)
sam3u_benchmark.c 180 rc = libusb_handle_events(NULL);
dpfp_threaded.c 380 if (libusb_handle_events(NULL) < 0)
534 if (libusb_handle_events(NULL) < 0)
  /system/core/adb/client/
usb_libusb.cpp 363 // Spawn a thread for libusb_handle_events.
367 libusb_handle_events(nullptr);
  /external/libusb/libusb/
io.c 519 * This gives rise to the libusb_handle_events() function which your
523 * There are 2 different approaches to dealing with libusb_handle_events:
525 * -# Repeatedly call libusb_handle_events() in blocking mode from a dedicated
552 libusb_handle_events(ctx);
559 * event_thread_run variable to 0, and after that libusb_handle_events() needs
561 * libusb_handle_events() will not return.
575 libusb_close(dev_handle); // This wakes up libusb_handle_events()
591 libusb_hotplug_deregister_callback(ctx, hotplug_cb_handle); // This wakes up libusb_handle_events()
618 * libusb_handle_events().
647 libusb_handle_events(ctx)
2416 int API_EXPORTED libusb_handle_events(libusb_context *ctx) function
    [all...]
libusb.h     [all...]

Completed in 224 milliseconds