Lines Matching refs:face
17 package android.hardware.biometrics.face@1.0;
20 * This callback interface is used by clients to recieve updates from the face
30 * @param faceId The id of the face template being enrolled.
39 * A callback invoked when a face has been successfully authenticated.
43 * @param faceId The id of the face template that passed the authentication
45 * @param userId The active user id for the authenticated face.
53 * A callback invoked when a face is acquired.
61 * service that acquired a face.
63 * face acquisition.
94 * A callback invoked when a face template has been removed.
99 * @param userId The active user id for the removed face template.
104 * A callback invoked to enumerate all current face templates.
108 * @param faceIds A list of ids of all currently enrolled face templates.
109 * @param userId The active user id for the enumerated face template.