Searched refs:mSecureChannel (Results 1 – 2 of 2) sorted by relevance
33 private final SecureChannel mSecureChannel; field in SecureTransport41 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, context); in SecureTransport()47 mSecureChannel = new SecureChannel(mRemoteIn, mRemoteOut, this, preSharedKey, verifier); in SecureTransport()52 mSecureChannel.start(); in start()57 mSecureChannel.stop(); in stop()63 mSecureChannel.close(); in close()103 mSecureChannel.establishSecureConnection(); in establishSecureConnection()120 mSecureChannel.sendSecureMessage(request); in onSecureConnection()151 if (mSecureChannel.isStopped()) { in onError()160 + ", mSecureChannel=" + mSecureChannel in toString()
86 private WearableSensingSecureChannel mSecureChannel; field in WearableSensingManagerPerUserService110 if (mSecureChannel != null) { in destroyLocked()111 mSecureChannel.close(); in destroyLocked()222 if (mSecureChannel != null) { in onProvideConnection()223 mSecureChannel.close(); in onProvideConnection()228 mSecureChannel = in onProvideConnection()250 if (mSecureChannel != null in onProvideConnection()251 && mSecureChannel in onProvideConnection()255 mSecureChannel = null; in onProvideConnection()266 currentSecureChannelRef.set(mSecureChannel); in onProvideConnection()