Lines Matching refs:A
26 * A callback invoked when one enrollment step has been completed.
28 * @param deviceId A unique id associated with the HAL implementation
39 * A callback invoked when a face has been successfully authenticated.
41 * @param deviceId A unique id associated with the HAL implementation
53 * A callback invoked when a face is acquired.
60 * @param deviceId A unique id associated with the HAL implementation
64 * @param acquiredInfo A message about the quality of the acquired image.
76 * A callback invoked when an error has occured.
78 * @param deviceId A unique id associated with the HAL implementation
82 * @param error A message about the error that occurred.
94 * A callback invoked when a face template has been removed.
96 * @param deviceId A unique id associated with the HAL implementation
98 * @param removed A list of ids that were removed.
104 * A callback invoked to enumerate all current face templates.
106 * @param deviceId A unique id associated with the HAL implementation
108 * @param faceIds A list of ids of all currently enrolled face templates.
115 * A callback invoked when the lockout state changes.