Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DSelectorImpl.java45 import static android.system.OsConstants.POLLOUT;
220 eventMask |= POLLOUT; in preparePollFds()
271 if ((pollFd.revents & POLLOUT) != 0) { in processPollFds()
/libcore/luni/src/main/java/android/system/
DOsConstants.java348 public static final int POLLOUT = placeholder(); field in OsConstants
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java214 pollFds[0].events = (short) POLLOUT; in isConnected()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp379 initConstant(env, c, "POLLOUT", POLLOUT); in OsConstants_initConstants()