Searched refs:libusb_event_handling_ok (Results 1 - 4 of 4) sorted by relevance

/external/libusb/libusb/
H A Dlibusb.h1183 int libusb_event_handling_ok(libusb_context *ctx);
H A Dio.c834 if (!libusb_event_handling_ok(ctx)) {
884 * -# libusb_event_handling_ok() checks that libusb is still happy for your
936 * - libusb_event_handling_ok() starts returning 1, indicating that it is NOT
952 * -# At the same time, the behaviour of libusb_event_handling_ok() and friends
1000 * to libusb_event_handling_ok(): you must call this before every poll(), and
1537 API_EXPORTED int libusb_event_handling_ok(libusb_context *ctx) function
/external/libusb_aah/libusb/
H A Dlibusb.h1307 int LIBUSB_CALL libusb_event_handling_ok(libusb_context *ctx);
H A Dio.c879 if (!libusb_event_handling_ok(ctx)) {
929 * -# libusb_event_handling_ok() checks that libusb is still happy for your
981 * - libusb_event_handling_ok() starts returning 1, indicating that it is NOT
997 * -# At the same time, the behaviour of libusb_event_handling_ok() and friends
1045 * to libusb_event_handling_ok(): you must call this before every poll(), and
1706 int API_EXPORTED libusb_event_handling_ok(libusb_context *ctx) function

Completed in 161 milliseconds