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 105 channel.translateAndSetInterestOps(ops, this);
SinkChannelImpl.java 147 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
SourceChannelImpl.java 148 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
ServerSocketChannelImpl.java 345 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {
SocketChannelImpl.java     [all...]
DatagramChannelImpl.java 872 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) {

Completed in 227 milliseconds