Home
last modified time | relevance | path

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

/aosp12/system/chre/apps/test/common/chre_settings_test/src/
H A Dchre_settings_test_manager.cc252 if (mTestSession.has_value()) { in handleDataFromChre()
377 if (mTestSession->feature == Feature::WIFI_RTT) { in handleWifiAsyncResult()
393 if (mTestSession->feature != Feature::WIFI_RTT) { in handleWifiAsyncResult()
406 sendTestResult(mTestSession->hostEndpointId, success); in handleWifiAsyncResult()
410 if (mTestSession->feature == Feature::WIFI_RTT && in handleWifiScanResult()
411 mTestSession->step == TestStep::SETUP) { in handleWifiScanResult()
433 mTestSession->hostEndpointId, in handleWifiScanResult()
477 static_cast<uint8_t>(mTestSession->feature)); in handleWwanCellInfoResult()
516 if (mTestSession.has_value()) { in handleAudioSourceStatusEvent()
550 if (mTestSession.has_value()) { in handleAudioDataEvent()
[all …]
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/src/
H A Dchre_audio_concurrency_test_manager.cc101 mTestSession = TestSession(hostEndpointId, step); in handleTestCommandMessage()
103 static_cast<uint8_t>(mTestSession->step)); in handleTestCommandMessage()
163 static_cast<uint8_t>(mTestSession->step)); in handleTimer()
166 mTestSession.reset(); in handleTimer()
213 if (mTestSession.has_value()) { in handleAudioDataEvent()
217 mTestSession.reset(); in handleAudioDataEvent()
219 switch (mTestSession->step) { in handleAudioDataEvent()
223 mTestSession->hostEndpointId, in handleAudioDataEvent()
228 mTestSession.reset(); in handleAudioDataEvent()
236 mTestSession.reset(); in handleAudioDataEvent()
[all …]
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricTestSession.java53 private final ITestSession mTestSession; field in BiometricTestSession
91 mTestSession = testSessionProvider.createTestSession(context, sensorId, mCallback); in BiometricTestSession()
110 mTestSession.setTestHalEnabled(enabled); in setTestHalEnabled()
125 mTestSession.startEnroll(userId); in startEnroll()
140 mTestSession.finishEnroll(userId); in finishEnroll()
154 mTestSession.acceptAuthentication(userId); in acceptAuthentication()
168 mTestSession.rejectAuthentication(userId); in rejectAuthentication()
185 mTestSession.notifyAcquired(userId, acquireInfo); in notifyAcquired()
202 mTestSession.notifyError(userId, errorCode); in notifyError()
223 mTestSession.cleanupInternalState(userId); in cleanupInternalState()
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
H A Dchre_audio_concurrency_test_manager.h124 Optional<TestSession> mTestSession; variable
/aosp12/system/chre/apps/test/common/chre_settings_test/inc/
H A Dchre_settings_test_manager.h169 chre::Optional<TestSession> mTestSession; variable