Searched refs:POLLHUP (Results 1 - 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSinkChannelImpl.java124 if ((ops & (Net.POLLERR | Net.POLLHUP)) != 0) {
H A DSourceChannelImpl.java125 if ((ops & (Net.POLLERR | Net.POLLHUP)) != 0) {
H A DNet.java619 public static final short POLLHUP; field in class:Net
635 POLLHUP = pollhupValue();
H A DServerSocketChannelImpl.java329 if ((ops & (Net.POLLERR | Net.POLLHUP)) != 0) {
H A DSocketChannelImpl.java956 if ((ops & (Net.POLLERR | Net.POLLHUP)) != 0) {
H A DUnixAsynchronousSocketChannelImpl.java225 if ((events & (Net.POLLERR | Net.POLLHUP)) > 0) {
H A DDatagramChannelImpl.java1119 if ((ops & (Net.POLLERR | Net.POLLHUP)) != 0) {
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java381 public static final int POLLHUP = placeholder(); field in class:OsConstants
/libcore/ojluni/src/main/native/
H A DNet.c810 return (jshort)POLLHUP;
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp406 initConstant(env, c, "POLLHUP", POLLHUP);

Completed in 392 milliseconds