Searched refs:mLocalOut (Results 1 – 2 of 2) sorted by relevance
101 private final OutputStream mLocalOut; field in WearableSensingSecureChannel148 mLocalOut = new AutoCloseOutputStream(localFd); in WearableSensingSecureChannel()260 mLocalOut.write(data); in onMessageReceived()261 mLocalOut.flush(); in onMessageReceived()314 mLocalOut.close(); in close()
1905 private OutputStream mLocalOut; field in CompanionDeviceManager.Transport1925 mLocalOut = new ParcelFileDescriptor.AutoCloseOutputStream(localFd); in start()1946 copyWithFlushing(mRemoteIn, mLocalOut); in start()1974 IoUtils.closeQuietly(mLocalOut); in stop()