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

/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c660 * moments occurs (through calling libusb_get_next_timeout()), and then it
678 libusb_get_next_timeout(ctx);
707 * Under these configurations, libusb_get_next_timeout() will \em always return
2065 int r = libusb_get_next_timeout(ctx, &timeout);
2270 * descriptor set). The usual approach is to use libusb_get_next_timeout()
2277 * descriptor set, and libusb_get_next_timeout() will always return 0.
2285 * libusb_get_next_timeout(), or 1 if all timeout events are handled internally
2328 int API_EXPORTED libusb_get_next_timeout(libusb_context *ctx, function
/external/libusb/libusb/
H A Dio.c598 * moments occurs (through calling libusb_get_next_timeout()), and then it
616 libusb_get_next_timeout(ctx);
645 * Under these configurations, libusb_get_next_timeout() will \em always return
1886 int r = libusb_get_next_timeout(ctx, &timeout);
2026 * descriptor set). The usual approach is to use libusb_get_next_timeout()
2033 * descriptor set, and libusb_get_next_timeout() will always return 0.
2041 * libusb_get_next_timeout(), or 1 if all timeout events are handled internally
2085 API_EXPORTED int libusb_get_next_timeout(libusb_context *ctx, function

Completed in 260 milliseconds