Searched refs:mLocalOut (Results 1 – 1 of 1) sorted by relevance
1506 private OutputStream mLocalOut; field in CompanionDeviceManager.Transport1521 mLocalOut = new ParcelFileDescriptor.AutoCloseOutputStream(localFd); in start()1542 copyWithFlushing(mRemoteIn, mLocalOut); in start()1565 IoUtils.closeQuietly(mLocalOut); in stop()