handle_events    2046 third_party/libusb/src/libusb/io.c 	r = usbi_backend->handle_events(ctx, fds, nfds, r);
handle_events    2126 third_party/libusb/src/libusb/io.c 			r = handle_events(ctx, &poll_timeout);
handle_events    2258 third_party/libusb/src/libusb/io.c 	return handle_events(ctx, &poll_timeout);
handle_events     954 third_party/libusb/src/libusb/libusbi.h 	int (*handle_events)(struct libusb_context *ctx,
handle_events    1900 third_party/libusb/src/libusb/os/darwin_usb.c         .handle_events = op_handle_events,
handle_events    2593 third_party/libusb/src/libusb/os/linux_usbfs.c 	.handle_events = op_handle_events,