Home
last modified time | relevance | path

Searched refs:libusb_handle_events_timeout_completed (Results 1 – 5 of 5) sorted by relevance

/external/libusb/libusb/
Dlibusb-1.0.def113 libusb_handle_events_timeout_completed
114 libusb_handle_events_timeout_completed@12 = libusb_handle_events_timeout_completed
Dio.c2327 int API_EXPORTED libusb_handle_events_timeout_completed(libusb_context *ctx, in libusb_handle_events_timeout_completed() function
2399 return libusb_handle_events_timeout_completed(ctx, tv, NULL); in libusb_handle_events_timeout()
2421 return libusb_handle_events_timeout_completed(ctx, &tv, NULL); in libusb_handle_events()
2444 return libusb_handle_events_timeout_completed(ctx, &tv, completed); in libusb_handle_events_completed()
Dlibusb.h1819 int LIBUSB_CALL libusb_handle_events_timeout_completed(libusb_context *ctx,
/external/libusb/include/libusb/
Dlibusb.h1819 int LIBUSB_CALL libusb_handle_events_timeout_completed(libusb_context *ctx,
/external/libmtp/src/
Dlibusb1-glue.c1755 return libusb_handle_events_timeout_completed(NULL, tv, completed); in LIBMTP_Handle_Events_Timeout_Completed()