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

  /libcore/ojluni/src/main/java/sun/nio/ch/
DevPollArrayWrapper.java 78 static final int NUM_POLLFDS = Math.min(OPEN_MAX-1, 8192);
128 int allocationSize = NUM_POLLFDS * SIZE_POLLFD;
220 updated = poll0(pollArrayAddress, NUM_POLLFDS, timeout, wfd);
266 if (index >= (NUM_POLLFDS-1)) {
  /packages/apps/TV/usbtuner/jni/
DvbManager.h 27 static const int NUM_POLLFDS = 1;
DvbManager.cpp 303 int poll_result = poll(&pollFd, NUM_POLLFDS, timeout_ms);

Completed in 166 milliseconds