Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
H A DISessionCallback.aidl20 import android.hardware.biometrics.face.AuthenticationFrame;
48 void onAuthenticationFrame(in AuthenticationFrame frame); in onAuthenticationFrame()
H A DAuthenticationFrame.aidl25 parcelable AuthenticationFrame {
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DBiometricTestSessionImpl.java25 import android.hardware.biometrics.face.AuthenticationFrame;
202 AuthenticationFrame authenticationFrame = new AuthenticationFrame(); in notifyAcquired()
H A DAidlConversionUtils.java23 import android.hardware.biometrics.face.AuthenticationFrame;
158 @NonNull AuthenticationFrame frame) { in toFrameworkAuthenticationFrame()
H A DSensor.java26 import android.hardware.biometrics.face.AuthenticationFrame;
193 public void onAuthenticationFrame(AuthenticationFrame frame) { in onAuthenticationFrame()
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
H A DAuthenticationFrame.aidl36 parcelable AuthenticationFrame {
H A DISessionCallback.aidl39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/aosp12/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
H A DAuthenticationFrame.aidl36 parcelable AuthenticationFrame {
H A DISessionCallback.aidl39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/
H A DVtsHalBiometricsFaceTargetTest.cpp55 ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame& /*frame*/) override { in onAuthenticationFrame() argument