Searched refs:FaceAuthenticationFrame (Results 1 – 10 of 10) sorted by relevance
28 public final class FaceAuthenticationFrame implements Parcelable { class36 public FaceAuthenticationFrame(@NonNull FaceDataFrame data) { in FaceAuthenticationFrame() method in FaceAuthenticationFrame48 private FaceAuthenticationFrame(@NonNull Parcel source) { in FaceAuthenticationFrame() method in FaceAuthenticationFrame62 public static final Creator<FaceAuthenticationFrame> CREATOR =63 new Creator<FaceAuthenticationFrame>() {66 public FaceAuthenticationFrame createFromParcel(Parcel source) {67 return new FaceAuthenticationFrame(source);71 public FaceAuthenticationFrame[] newArray(int size) {72 return new FaceAuthenticationFrame[size];
19 import android.hardware.face.FaceAuthenticationFrame;37 void onAuthenticationFrame(in FaceAuthenticationFrame frame); in onAuthenticationFrame()
21 parcelable FaceAuthenticationFrame;
81 public void onAuthenticationFrame(FaceAuthenticationFrame frame) throws RemoteException { in onAuthenticationFrame()
159 public void onAuthenticationFrame(FaceAuthenticationFrame frame) {1315 sendAuthenticationFrame((FaceAuthenticationFrame) msg.obj /* frame */); in handleMessage()1401 final FaceAuthenticationFrame frame = new FaceAuthenticationFrame( in sendAcquiredResult()1413 private void sendAuthenticationFrame(@Nullable FaceAuthenticationFrame frame) { in sendAuthenticationFrame()
30 import android.hardware.face.FaceAuthenticationFrame;157 public static FaceAuthenticationFrame toFrameworkAuthenticationFrame( in toFrameworkAuthenticationFrame()159 return new FaceAuthenticationFrame(toFrameworkBaseFrame(frame.data)); in toFrameworkAuthenticationFrame()
27 import android.hardware.face.FaceAuthenticationFrame;118 public void onAuthenticationFrame(FaceAuthenticationFrame frame) {
32 import android.hardware.face.FaceAuthenticationFrame;275 public void onAuthenticationFrame(@NonNull FaceAuthenticationFrame frame) { in onAuthenticationFrame()
23 import android.hardware.face.FaceAuthenticationFrame;188 public void onAuthenticationFrame(@NonNull FaceAuthenticationFrame frame) in onAuthenticationFrame()
24 import android.hardware.face.FaceAuthenticationFrame;106 public void onAuthenticationFrame(FaceAuthenticationFrame frame) {