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

  /external/chromium_org/third_party/libusb/src/libusb/
io.c 503 * This gives rise to the libusb_handle_events() function which your
507 * There are 2 different approaches to dealing with libusb_handle_events:
509 * -# Repeatedly call libusb_handle_events() in blocking mode from a dedicated
536 libusb_handle_events(ctx);
543 * event_thread_run variable to 0, and after that libusb_handle_events() needs
545 * libusb_handle_events() will not return.
559 libusb_close(handle); // This wakes up libusb_handle_events()
575 libusb_hotplug_deregister_callback(ctx, hotplug_cb_handle); // This wakes up libusb_handle_events()
602 * libusb_handle_events().
631 libusb_handle_events(ctx)
2197 int API_EXPORTED libusb_handle_events(libusb_context *ctx) function
    [all...]
  /external/libusb/libusb/
io.c 504 * This gives rise to the libusb_handle_events() function which your
511 * -# Periodically call libusb_handle_events() in non-blocking mode at fixed
513 * -# Repeatedly call libusb_handle_events() in blocking mode from a dedicated
529 * libusb_handle_events().
574 libusb_handle_events(ctx);
580 * sets of file descriptors or handling timeouts. libusb_handle_events() will
1976 API_EXPORTED int libusb_handle_events(libusb_context *ctx) function
    [all...]

Completed in 36 milliseconds