Searched defs:num_ready (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dopenbsd_usb.c533 int num_ready)
544 for (i = 0; i < nfds && num_ready > 0; i++) {
551 num_ready--;
532 obsd_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_ready) argument
H A Dwince_usb.c812 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
821 for (i = 0; i < nfds && num_ready > 0; i++) {
829 num_ready--;
810 wince_handle_events( struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) argument
H A Ddarwin_usb.c1807 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) { argument
1814 for (i = 0; i < nfds && num_ready > 0; i++) {
1822 num_ready--;
H A Dlinux_usbfs.c2491 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
2497 for (i = 0; i < nfds && num_ready > 0; i++) {
2505 num_ready--;
2490 op_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) argument
H A Dwindows_usb.c2101 static int windows_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) argument
2110 for (i = 0; i < nfds && num_ready > 0; i++) {
2118 num_ready--;
/external/libusb/libusb/os/
H A Ddarwin_usb.c1384 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_ready) { argument
1392 for (i = 0; i < nfds && num_ready > 0; i++) {
1402 num_ready--;
H A Dlinux_usbfs.c2102 struct pollfd *fds, nfds_t nfds, int num_ready)
2108 for (i = 0; i < nfds && num_ready > 0; i++) {
2116 num_ready--;
2101 op_handle_events(struct libusb_context *ctx, struct pollfd *fds, nfds_t nfds, int num_ready) argument

Completed in 1003 milliseconds