Home
last modified time | relevance | path

Searched refs:mCurrentSessionId (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DWatchdogClient.cpp40 : mHandlerLooper(handlerLooper), mVhalManager(vhalManager), mCurrentSessionId(-1) { in WatchdogClient()
48 mCurrentSessionId = sessionId; in checkIfAlive()
96 sessionId = mCurrentSessionId; in respondToWatchdog()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointProvisioner.java90 private int mCurrentSessionId = 0; field in PasspointProvisioner
312 if (sessionId != mCurrentSessionId) { in handleServerConnectionStatus()
314 + mCurrentSessionId); in handleServerConnectionStatus()
340 if (sessionId != mCurrentSessionId) { in handleServerValidationFailure()
342 + mCurrentSessionId); in handleServerValidationFailure()
362 if (sessionId != mCurrentSessionId) { in handleServerValidationSuccess()
364 + mCurrentSessionId); in handleServerValidationSuccess()
452 if (sessionId != mCurrentSessionId) { in handleSoapMessageResponse()
454 + mCurrentSessionId); in handleSoapMessageResponse()
578 if (sessionId != mCurrentSessionId) { in installTrustRootCertificates()
[all …]
/aosp12/frameworks/av/media/libmediatranscoding/
H A DTranscoderWrapper.cpp191 mCurrentSessionId(-1), in TranscoderWrapper()
281 sessionId == mCurrentSessionId) { in stop()
306 sessionId == mCurrentSessionId) { in onFinish()
324 sessionId == mCurrentSessionId) { in onError()
408 mCurrentSessionId = sessionId; in setupTranscoder()
505 if (clientId != mCurrentClientId || sessionId != mCurrentSessionId) { in handlePause()
507 (long long)clientId, sessionId, (long long)mCurrentClientId, mCurrentSessionId); in handlePause()
565 mCurrentSessionId = -1; in cleanup()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DWatchdogClient.h65 int mCurrentSessionId GUARDED_BY(mMutex);
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DTranscoderWrapper.h92 SessionIdType mCurrentSessionId; variable