Searched refs:mRemoteOut (Results 1 – 4 of 4) sorted by relevance
72 IoUtils.closeQuietly(mRemoteOut); in close()86 synchronized (mRemoteOut) { in sendMessage()91 mRemoteOut.write(header.array()); in sendMessage()92 mRemoteOut.write(data); in sendMessage()93 mRemoteOut.flush(); in sendMessage()
41 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, context); in SecureTransport()47 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, preSharedKey, verifier); in SecureTransport()
64 protected final OutputStream mRemoteOut; field in Transport99 mRemoteOut = new ParcelFileDescriptor.AutoCloseOutputStream(fd); in Transport()
1902 private final OutputStream mRemoteOut; field in CompanionDeviceManager.Transport1912 mRemoteOut = remoteOut; in Transport()1936 copyWithFlushing(mLocalIn, mRemoteOut); in start()1972 IoUtils.closeQuietly(mRemoteOut); in stop()