Searched refs:AuthenticationFrame (Results 1 – 16 of 16) sorted by relevance
20 import android.hardware.biometrics.face.AuthenticationFrame;51 void onAuthenticationFrame(in AuthenticationFrame frame); in onAuthenticationFrame()
26 parcelable AuthenticationFrame {
37 parcelable AuthenticationFrame {
40 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
36 parcelable AuthenticationFrame {
39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
75 ::ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame&) override { in onAuthenticationFrame() argument
93 ::ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame& /*authFrame*/) override { in onAuthenticationFrame() argument
55 ndk::ScopedAStatus onAuthenticationFrame(const AuthenticationFrame& /*frame*/) override { in onAuthenticationFrame() argument
251 AuthenticationFrame frame; in authenticateImpl()