Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DPort.java48 void onEvent(int events, boolean mayInvokeDirect); in onEvent() method
130 public void onEvent(int events, boolean mayInvokeDirect) { } in attachForeignChannel()
DEPollPort.java293 ev.channel().onEvent(ev.events(), isPooledThread); in run()
DUnixAsynchronousServerSocketChannelImpl.java154 public void onEvent(int events, boolean mayInvokeDirect) { in onEvent() method in UnixAsynchronousServerSocketChannelImpl
DUnixAsynchronousSocketChannelImpl.java216 public void onEvent(int events, boolean mayInvokeDirect) { in onEvent() method in UnixAsynchronousSocketChannelImpl