Home
last modified time | relevance | path

Searched refs:mRemoteIn (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/companion/java/com/android/server/companion/transport/
DRawTransport.java71 IoUtils.closeQuietly(mRemoteIn); in close()
105 synchronized (mRemoteIn) { in receiveMessage()
107 Streams.readFully(mRemoteIn, headerBytes); in receiveMessage()
113 Streams.readFully(mRemoteIn, data); in receiveMessage()
DSecureTransport.java41 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, context); in SecureTransport()
47 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, preSharedKey, verifier); in SecureTransport()
DTransport.java63 protected final InputStream mRemoteIn; field in Transport
98 mRemoteIn = new ParcelFileDescriptor.AutoCloseInputStream(fd); in Transport()
/frameworks/base/core/java/android/companion/
DCompanionDeviceManager.java1901 private final InputStream mRemoteIn; field in CompanionDeviceManager.Transport
1911 mRemoteIn = remoteIn; in Transport()
1946 copyWithFlushing(mRemoteIn, mLocalOut); in start()
1971 IoUtils.closeQuietly(mRemoteIn); in stop()