Loading biometrics/face/1.0/types.hal +11 −1 Original line number Diff line number Diff line Loading @@ -323,10 +323,20 @@ enum FaceAcquiredInfo : int32_t { */ FACE_OBSCURED = 19, /** * This message represents the earliest message sent at the beginning of the authentication * pipeline. It is expected to be used to measure latency. For example, in a camera-based * authentication system it's expected to be sent prior to camera initialization. Note this * should be sent whenever authentication is restarted (see IBiometricsFace#userActivity). * The framework will measure latency based on the time between the last START message and the * onAuthenticated callback. */ START = 20, /** * Used to enable a vendor-specific acquisition message. */ VENDOR = 20 VENDOR = 21 }; /** Loading Loading
biometrics/face/1.0/types.hal +11 −1 Original line number Diff line number Diff line Loading @@ -323,10 +323,20 @@ enum FaceAcquiredInfo : int32_t { */ FACE_OBSCURED = 19, /** * This message represents the earliest message sent at the beginning of the authentication * pipeline. It is expected to be used to measure latency. For example, in a camera-based * authentication system it's expected to be sent prior to camera initialization. Note this * should be sent whenever authentication is restarted (see IBiometricsFace#userActivity). * The framework will measure latency based on the time between the last START message and the * onAuthenticated callback. */ START = 20, /** * Used to enable a vendor-specific acquisition message. */ VENDOR = 20 VENDOR = 21 }; /** Loading