Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DSocketChannelImpl.c100 NATIVE_METHOD(SocketChannelImpl, checkConnect, "(Ljava/io/FileDescriptor;ZZ)I"),
101 NATIVE_METHOD(SocketChannelImpl, sendOutOfBandData, "(Ljava/io/FileDescriptor;B)I"),
DAndroid.bp37 "SocketChannelImpl.c",
/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectorProviderImpl.java60 return new SocketChannelImpl(this); in openSocketChannel()
DSocketAdaptor.java56 private final SocketChannelImpl sc;
61 private SocketAdaptor(SocketChannelImpl sc) throws SocketException { in SocketAdaptor()
67 public static Socket create(SocketChannelImpl sc) { in create()
DSocketChannelImpl.java65 class SocketChannelImpl class
128 SocketChannelImpl(SelectorProvider sp) throws IOException { in SocketChannelImpl() method in SocketChannelImpl
141 SocketChannelImpl(SelectorProvider sp, in SocketChannelImpl() method in SocketChannelImpl
162 SocketChannelImpl(SelectorProvider sp, in SocketChannelImpl() method in SocketChannelImpl
DServerSocketChannelImpl.java266 sc = new SocketChannelImpl(provider(), newfd, isa); in accept()
/libcore/
Dopenjdk_java_files.bp1578 "ojluni/src/main/java/sun/nio/ch/SocketChannelImpl.java",