Home
last modified time | relevance | path

Searched refs:mSecureChannel (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/companion/java/com/android/server/companion/transport/
DSecureTransport.java33 private final SecureChannel mSecureChannel; field in SecureTransport
41 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()
/frameworks/base/services/core/java/com/android/server/wearable/
DWearableSensingManagerPerUserService.java86 private WearableSensingSecureChannel mSecureChannel; field in WearableSensingManagerPerUserService
110 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()