Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/aidl/vts/
DVtsHalBiometricsFingerprintTargetTest.cpp113 mOnAuthenticatorIdInvalidatedInvoked = true; in onAuthenticatorIdInvalidated()
136 bool mOnAuthenticatorIdInvalidatedInvoked = false; member in aidl::android::hardware::biometrics::fingerprint::__anon93029d5e0111::SessionCallback
286 mCb->mCv.wait(lock, [this] { return mCb->mOnAuthenticatorIdInvalidatedInvoked; }); in TEST_P()
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp130 mOnAuthenticatorIdInvalidatedInvoked = true; in onAuthenticatorIdInvalidated()
155 bool mOnAuthenticatorIdInvalidatedInvoked = false; member in aidl::android::hardware::biometrics::face::__anon6530394c0111::SessionCallback
320 mCb->mCv.wait(lock, [this] { return mCb->mOnAuthenticatorIdInvalidatedInvoked; }); in TEST_P()