Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java1194 sendAuthenticationFrame((FaceAuthenticationFrame) msg.obj /* frame */); in handleMessage()
1282 sendAuthenticationFrame(frame); in sendAcquiredResult()
1292 private void sendAuthenticationFrame(@Nullable FaceAuthenticationFrame frame) { in sendAuthenticationFrame() method in FaceManager