Searched refs:detectInteractionImpl (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/ |
D | FakeFingerprintEngineTest.cpp | 349 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F() 363 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F() 374 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F() 383 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F() 392 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F() 406 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F()
|
D | FakeFingerprintEngineUdfpsTest.cpp | 180 mEngine.detectInteractionImpl(cb.get(), cancel.get_future()); in TEST_F()
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | FakeFaceEngine.h | 54 void detectInteractionImpl(ISessionCallback* cb, const std::future<void>& cancel);
|
D | Session.cpp | 110 mEngine->detectInteractionImpl(mCb.get(), cancFuture); in detectInteraction()
|
D | FakeFaceEngine.cpp | 294 void FakeFaceEngine::detectInteractionImpl(ISessionCallback* cb, const std::future<void>& cancel) { in detectInteractionImpl() function in aidl::android::hardware::biometrics::face::FakeFaceEngine
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
D | FakeFingerprintEngine.h | 50 virtual void detectInteractionImpl(ISessionCallback* cb, const std::future<void>& cancel);
|
/hardware/interfaces/biometrics/face/aidl/default/tests/ |
D | FakeFaceEngineTest.cpp | 264 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F() 272 mEngine.detectInteractionImpl(mCallback.get(), mCancel.get_future()); in TEST_F()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Session.cpp | 164 mEngine->detectInteractionImpl(mCb.get(), cancFuture); in detectInteraction()
|
D | FakeFingerprintEngine.cpp | 80 void FakeFingerprintEngine::detectInteractionImpl(ISessionCallback* cb, in detectInteractionImpl() function in aidl::android::hardware::biometrics::fingerprint::FakeFingerprintEngine
|