Searched refs:libusb_handle_events_timeout_completed (Results 1 – 5 of 5) sorted by relevance
/external/libusb/libusb/ |
D | libusb-1.0.def | 113 libusb_handle_events_timeout_completed 114 libusb_handle_events_timeout_completed@12 = libusb_handle_events_timeout_completed
|
D | io.c | 2327 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()
|
D | libusb.h | 1819 int LIBUSB_CALL libusb_handle_events_timeout_completed(libusb_context *ctx,
|
/external/libusb/include/libusb/ |
D | libusb.h | 1819 int LIBUSB_CALL libusb_handle_events_timeout_completed(libusb_context *ctx,
|
/external/libmtp/src/ |
D | libusb1-glue.c | 1755 return libusb_handle_events_timeout_completed(NULL, tv, completed); in LIBMTP_Handle_Events_Timeout_Completed()
|