Home
last modified time | relevance | path

Searched refs:AuthenticationFrame (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISessionCallback.aidl20 import android.hardware.biometrics.face.AuthenticationFrame;
51 void onAuthenticationFrame(in AuthenticationFrame frame); in onAuthenticationFrame()
DAuthenticationFrame.aidl26 parcelable AuthenticationFrame {
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DAuthenticationFrame.aidl37 parcelable AuthenticationFrame {
DISessionCallback.aidl40 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DAuthenticationFrame.aidl36 parcelable AuthenticationFrame {
DISessionCallback.aidl39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DAuthenticationFrame.aidl36 parcelable AuthenticationFrame {
DISessionCallback.aidl39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DAuthenticationFrame.aidl37 parcelable AuthenticationFrame {
DISessionCallback.aidl40 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DAuthenticationFrame.aidl36 parcelable AuthenticationFrame {
DISessionCallback.aidl39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/hardware/interfaces/biometrics/face/aidl/default/tests/
DFakeLockoutTrackerTest.cpp75 ::ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame&) override { in onAuthenticationFrame() argument
DFakeFaceEngineTest.cpp93 ::ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame& /*authFrame*/) override { in onAuthenticationFrame() argument
/hardware/interfaces/biometrics/face/aidl/vts/
DVtsHalBiometricsFaceTargetTest.cpp55 ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame& /*frame*/) override { in onAuthenticationFrame() argument
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp251 AuthenticationFrame frame; in authenticateImpl()