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

  /libcore/ojluni/src/main/java/java/net/
SocketOutputStream.java 38 * SocketOutputStream. Note that this class should <b>NOT</b> be
44 class SocketOutputStream extends FileOutputStream
56 * Creates a new SocketOutputStream. Can only be called
61 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException {
71 * The {@code getChannel} method of {@code SocketOutputStream}
AbstractPlainSocketImpl.java 60 private SocketOutputStream socketOutputStream = null;
485 if (socketOutputStream == null)
486 socketOutputStream = new SocketOutputStream(this);
488 return socketOutputStream;
  /libcore/ojluni/src/main/native/
SocketOutputStream.c 44 * SocketOutputStream
132 NATIVE_METHOD(SocketOutputStream, socketWrite0, "(Ljava/io/FileDescriptor;[BII)V"),
136 jniRegisterNativeMethods(env, "java/net/SocketOutputStream", gMethods, NELEM(gMethods));
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 39 private SocketOutputStream fos;
121 class SocketOutputStream extends OutputStream {
378 fos = new SocketOutputStream();
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 93 milliseconds