Searched refs:implCloseSelectableChannel (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/nio/
H A DPipeImpl.java70 @Override protected void implCloseSelectableChannel() throws IOException { method in class:PipeImpl.PipeSourceChannel
105 @Override protected void implCloseSelectableChannel() throws IOException { method in class:PipeImpl.PipeSinkChannel
H A DServerSocketChannelImpl.java97 synchronized protected void implCloseSelectableChannel() throws IOException { method in class:ServerSocketChannelImpl
H A DDatagramChannelImpl.java412 @Override protected synchronized void implCloseSelectableChannel() throws IOException { method in class:DatagramChannelImpl
H A DSocketChannelImpl.java447 protected synchronized void implCloseSelectableChannel() throws IOException { method in class:SocketChannelImpl
/libcore/luni/src/main/java/java/nio/channels/spi/
H A DAbstractSelectableChannel.java165 * {@code implCloseSelectableChannel()} first, then loops through the list
174 implCloseSelectableChannel();
189 protected abstract void implCloseSelectableChannel() throws IOException; method in class:AbstractSelectableChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DOldSocketChannelTest.java396 protected void implCloseSelectableChannel() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel

Completed in 89 milliseconds