Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DISessionCallback.aidl50 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DISessionCallback.aidl51 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DISessionCallback.aidl51 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DISessionCallback.aidl50 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved() method
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DISessionCallback.aidl50 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved() method
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISessionCallback.aidl187 void onFeaturesRetrieved(in Feature[] features); in onFeaturesRetrieved() method
/hardware/interfaces/biometrics/face/aidl/default/tests/
DFakeLockoutTrackerTest.cpp70 ::ndk::ScopedAStatus onFeaturesRetrieved(const std::vector<Feature>&) { in onFeaturesRetrieved() function in aidl::android::hardware::biometrics::face::TestSessionCallback
DFakeFaceEngineTest.cpp109 ::ndk::ScopedAStatus onFeaturesRetrieved(const std::vector<Feature>& features) override { in onFeaturesRetrieved() function in aidl::android::hardware::biometrics::face::TestSessionCallback
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp110 ndk::ScopedAStatus onFeaturesRetrieved(const std::vector<Feature>& /*features*/) override { in onFeaturesRetrieved() function in aidl::android::hardware::biometrics::face::__anon45952c420111::SessionCallback
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp376 cb->onFeaturesRetrieved(featuresToReturn); in getFeaturesImpl()