Home
last modified time | relevance | path

Searched refs:onFeatureSet (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DISessionCallback.aidl52 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DISessionCallback.aidl51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DISessionCallback.aidl52 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DISessionCallback.aidl51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DISessionCallback.aidl51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet() method
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISessionCallback.aidl196 void onFeatureSet(Feature feature); in onFeatureSet() method
/hardware/interfaces/biometrics/face/aidl/default/tests/
DFakeLockoutTrackerTest.cpp72 ::ndk::ScopedAStatus onFeatureSet(Feature) override { return ndk::ScopedAStatus::ok(); } in onFeatureSet() function in aidl::android::hardware::biometrics::face::TestSessionCallback
DFakeFaceEngineTest.cpp113 ::ndk::ScopedAStatus onFeatureSet(Feature feature) override { in onFeatureSet() function in aidl::android::hardware::biometrics::face::TestSessionCallback
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp117 ndk::ScopedAStatus onFeatureSet(Feature /*feature*/) override { in onFeatureSet() function in aidl::android::hardware::biometrics::face::__anon6530394c0111::SessionCallback
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp393 cb->onFeatureSet(feature); in setFeatureImpl()