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

  /libcore/ojluni/src/main/java/sun/nio/ch/
SelectorProviderImpl.java 60 return new SocketChannelImpl(this);
SocketAdaptor.java 58 private final SocketChannelImpl sc;
63 private SocketAdaptor(SocketChannelImpl sc) throws SocketException {
68 public static Socket create(SocketChannelImpl sc) {
InheritedChannel.java 76 public static class InheritedSocketChannelImpl extends SocketChannelImpl {
SocketChannelImpl.java 45 class SocketChannelImpl
105 SocketChannelImpl(SelectorProvider sp) throws IOException {
112 SocketChannelImpl(SelectorProvider sp,
127 SocketChannelImpl(SelectorProvider sp,
    [all...]
ServerSocketChannelImpl.java 257 sc = new SocketChannelImpl(provider(), newfd, isa);
  /libcore/ojluni/src/main/native/
SocketChannelImpl.c 100 NATIVE_METHOD(SocketChannelImpl, checkConnect, "(Ljava/io/FileDescriptor;ZZ)I"),
101 NATIVE_METHOD(SocketChannelImpl, sendOutOfBandData, "(Ljava/io/FileDescriptor;B)I"),
105 jniRegisterNativeMethods(env, "sun/nio/ch/SocketChannelImpl", gMethods, NELEM(gMethods));
openjdksub.mk 25 SocketChannelImpl.c \
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 111 milliseconds