Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DSinkChannelImpl.java130 if (((ops & Net.POLLOUT) != 0) && in translateReadyOps()
148 ops = Net.POLLOUT; in translateAndSetInterestOps()
DNet.java621 public static final short POLLOUT;
642 POLLOUT = polloutValue();
DUnixAsynchronousSocketChannelImpl.java157 events |= Net.POLLOUT; in updateEvents()
218 boolean writable = (events & Net.POLLOUT) > 0; in onEvent()
DSocketChannelImpl.java986 if (((ops & Net.POLLOUT) != 0) && in translateReadyOps()
1033 newOps |= Net.POLLOUT; in translateAndSetInterestOps()
DDatagramChannelImpl.java1132 if (((ops & Net.POLLOUT) != 0) && in translateReadyOps()
1179 newOps |= Net.POLLOUT; in translateAndSetInterestOps()
/libcore/ojluni/src/main/native/
DSocketChannelImpl.c65 poller.events = POLLOUT; in Java_sun_nio_ch_SocketChannelImpl_checkConnect()
DNet.c794 return (jshort)POLLOUT; in Java_sun_nio_ch_Net_polloutValue()
818 return (jshort)POLLOUT; in Java_sun_nio_ch_Net_pollconnValue()
Dnet_util_md.c1370 pfd.events |= POLLOUT;
1372 pfd.events |= POLLOUT;
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java895 public static final int POLLOUT; field in OsConstants
896 static { POLLOUT = 0; }
/libcore/luni/src/main/java/libcore/io/
DIoBridge.java325 pollFds[0].events = (short) POLLOUT; in isConnected()
/libcore/luni/src/main/java/android/system/
DOsConstants.java530 public static final int POLLOUT = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp434 initConstant(env, c, "POLLOUT", POLLOUT); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt440 field public static final int POLLOUT;