Home
last modified time | relevance | path

Searched refs:translateAndSetInterestOps (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelChImpl.java65 void translateAndSetInterestOps(int ops, SelectionKeyImpl sk); in translateAndSetInterestOps() method
DSelectionKeyImpl.java105 channel.translateAndSetInterestOps(ops, this); in nioInterestOps()
DSinkChannelImpl.java146 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps() method in SinkChannelImpl
DSourceChannelImpl.java147 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps() method in SourceChannelImpl
DServerSocketChannelImpl.java375 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps() method in ServerSocketChannelImpl
DSocketChannelImpl.java1028 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps() method in SocketChannelImpl
DDatagramChannelImpl.java1173 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps() method in DatagramChannelImpl