Searched refs:AuthenticationFrame (Results 1 – 10 of 10) sorted by relevance
20 import android.hardware.biometrics.face.AuthenticationFrame;48 void onAuthenticationFrame(in AuthenticationFrame frame); in onAuthenticationFrame()
25 parcelable AuthenticationFrame {
25 import android.hardware.biometrics.face.AuthenticationFrame;202 AuthenticationFrame authenticationFrame = new AuthenticationFrame(); in notifyAcquired()
23 import android.hardware.biometrics.face.AuthenticationFrame;158 @NonNull AuthenticationFrame frame) { in toFrameworkAuthenticationFrame()
26 import android.hardware.biometrics.face.AuthenticationFrame;193 public void onAuthenticationFrame(AuthenticationFrame frame) { in onAuthenticationFrame()
36 parcelable AuthenticationFrame {
39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
55 ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame& /*frame*/) override { in onAuthenticationFrame() argument