HomeSort by relevance Sort by last modified time
    Searched refs:POLL_NFDS_TYPE (Results 1 - 12 of 12) sorted by null

  /external/libusb/Xcode/
config.h 22 #define POLL_NFDS_TYPE nfds_t
  /external/libusb/android/
config.h 42 #define POLL_NFDS_TYPE nfds_t
  /external/libusb/msvc/
config.h 40 #define POLL_NFDS_TYPE unsigned int
  /external/libusb/windows/
config.h 126 #define POLL_NFDS_TYPE unsigned int
  /external/libusb/darwin/
config.h 125 #define POLL_NFDS_TYPE nfds_t
  /external/libusb/linux/
config.h 126 #define POLL_NFDS_TYPE nfds_t
  /external/libusb/libusb/os/
windows_nt_common.h 59 int windows_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready);
windows_nt_common.c 539 int windows_handle_events(struct libusb_context *ctx, struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
541 POLL_NFDS_TYPE i = 0;
wince_usb.c 761 struct pollfd *fds, POLL_NFDS_TYPE nfds, int num_ready)
764 POLL_NFDS_TYPE i = 0;
linux_usbfs.c     [all...]
  /external/libusb/libusb/
libusbi.h 319 POLL_NFDS_TYPE pollfds_cnt;
    [all...]
io.c     [all...]

Completed in 180 milliseconds