Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/aidl/vts/
DVtsHalBiometricsFingerprintTargetTest.cpp120 mOnSessionClosedInvoked = true; in onSessionClosed()
137 bool mOnSessionClosedInvoked = false; member in aidl::android::hardware::biometrics::fingerprint::__anon93029d5e0111::SessionCallback
174 mCb->mCv.wait(lock, [this] { return mCb->mOnSessionClosedInvoked; }); in TearDown()
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp137 mOnSessionClosedInvoked = true; in onSessionClosed()
156 bool mOnSessionClosedInvoked = false; member in aidl::android::hardware::biometrics::face::__anon6530394c0111::SessionCallback
193 mCb->mCv.wait(lock, [this] { return mCb->mOnSessionClosedInvoked; }); in TearDown()