Searched refs:mRemoteIn (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/companion/java/com/android/server/companion/transport/ |
D | RawTransport.java | 71 IoUtils.closeQuietly(mRemoteIn); in close() 105 synchronized (mRemoteIn) { in receiveMessage() 107 Streams.readFully(mRemoteIn, headerBytes); in receiveMessage() 113 Streams.readFully(mRemoteIn, data); in receiveMessage()
|
D | SecureTransport.java | 41 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, context); in SecureTransport() 47 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, preSharedKey, verifier); in SecureTransport()
|
D | Transport.java | 63 protected final InputStream mRemoteIn; field in Transport 98 mRemoteIn = new ParcelFileDescriptor.AutoCloseInputStream(fd); in Transport()
|
/frameworks/base/core/java/android/companion/ |
D | CompanionDeviceManager.java | 1901 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()
|