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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c859 * libusb-1.0.9 introduces the new libusb_handle_events_timeout_completed()
2108 int API_EXPORTED libusb_handle_events_timeout_completed(libusb_context *ctx, function
2164 * Like libusb_handle_events_timeout_completed(), but without the completed
2166 * libusb_handle_events_timeout_completed() with a NULL completed parameter.
2170 * libusb_handle_events_timeout_completed() to avoid race conditions.
2180 return libusb_handle_events_timeout_completed(ctx, tv, NULL);
2187 * for control over the timeout, use libusb_handle_events_timeout_completed()
2192 * libusb_handle_events_timeout_completed() to avoid race conditions.
2202 return libusb_handle_events_timeout_completed(ctx, &tv, NULL);
2211 * See libusb_handle_events_timeout_completed() fo
[all...]

Completed in 95 milliseconds