HomeSort by relevance Sort by last modified time
    Searched refs:translateAndSetInterestOps (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
SelChImpl.java 65 void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
SelectionKeyImpl.java 104 channel.translateAndSetInterestOps(ops, this);
SinkChannelImpl.java 146 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
SourceChannelImpl.java 147 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
ServerSocketChannelImpl.java 376 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
SocketChannelImpl.java     [all...]
DatagramChannelImpl.java     [all...]

Completed in 225 milliseconds