Searched refs:POLL_NFDS_TYPE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libusb/src/msvc/
H A Dconfig.h45 #define POLL_NFDS_TYPE unsigned int macro
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h955 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready);
H A Dio.c1929 POLL_NFDS_TYPE nfds = 0;
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwince_usb.c812 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
815 POLL_NFDS_TYPE i = 0;
H A Ddarwin_usb.c1807 static int op_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready) {
1809 POLL_NFDS_TYPE i = 0;
H A Dlinux_usbfs.c2491 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
H A Dwindows_usb.c2101 static int windows_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
2104 POLL_NFDS_TYPE i = 0;

Completed in 546 milliseconds