Searched refs:num_ready (Results 1 – 6 of 6) sorted by relevance
/external/libusb/libusb/os/ |
D | windows_nt_common.c | 539 …s_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) in windows_handle_events() argument 549 for (i = 0; i < nfds && num_ready > 0; i++) { in windows_handle_events() 556 num_ready--; in windows_handle_events()
|
D | windows_nt_common.h | 59 …_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready);
|
D | wince_usb.c | 761 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) in wince_handle_events() argument 771 for (i = 0; i < nfds && num_ready > 0; i++) { in wince_handle_events() 778 num_ready--; in wince_handle_events()
|
D | linux_usbfs.c | 2599 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) in op_handle_events() argument 2605 for (i = 0; i < nfds && num_ready > 0; i++) { in op_handle_events() 2613 num_ready--; in op_handle_events()
|
/external/libusb/libusb/ |
D | libusbi.h | 1076 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready);
|
/external/libusb/include/libusb/ |
D | libusbi.h | 1076 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready);
|