Searched refs:POLLOUT (Results 1 – 4 of 4) sorted by relevance
45 import static android.system.OsConstants.POLLOUT;220 eventMask |= POLLOUT; in preparePollFds()271 if ((pollFd.revents & POLLOUT) != 0) { in processPollFds()
348 public static final int POLLOUT = placeholder(); field in OsConstants
214 pollFds[0].events = (short) POLLOUT; in isConnected()
379 initConstant(env, c, "POLLOUT", POLLOUT); in OsConstants_initConstants()