Home
last modified time | relevance | path

Searched refs:UnixAsynchronousSocketChannelImpl (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DLinuxAsynchronousChannelProvider.java88 return new UnixAsynchronousSocketChannelImpl(toPort(group)); in openAsynchronousSocketChannel()
DUnixAsynchronousSocketChannelImpl.java45 class UnixAsynchronousSocketChannelImpl class
99 UnixAsynchronousSocketChannelImpl(Port port) in UnixAsynchronousSocketChannelImpl() method in UnixAsynchronousSocketChannelImpl
122 UnixAsynchronousSocketChannelImpl(Port port, in UnixAsynchronousSocketChannelImpl() method in UnixAsynchronousSocketChannelImpl
484 AsynchronousChannel ch = UnixAsynchronousSocketChannelImpl.this;
677 Invoker.invokeIndirectly(UnixAsynchronousSocketChannelImpl.this,
DUnixAsynchronousServerSocketChannelImpl.java233 ch = new UnixAsynchronousSocketChannelImpl(port, newfd, remote); in finishAccept()
/libcore/ojluni/src/main/native/
DAndroid.bp45 "UnixAsynchronousSocketChannelImpl.c",
/libcore/
Dopenjdk_java_files.bp1584 "ojluni/src/main/java/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java",