Searched refs:mCurrentSessionId (Results 1 – 5 of 5) sorted by relevance
40 : mHandlerLooper(handlerLooper), mVhalManager(vhalManager), mCurrentSessionId(-1) { in WatchdogClient()48 mCurrentSessionId = sessionId; in checkIfAlive()96 sessionId = mCurrentSessionId; in respondToWatchdog()
90 private int mCurrentSessionId = 0; field in PasspointProvisioner312 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 …]
191 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()
65 int mCurrentSessionId GUARDED_BY(mMutex);
92 SessionIdType mCurrentSessionId; variable