platform_hardware_interfaces/biometrics
Kevin Chyn f7890cc53d Return new authenticatorId when invalidation finishes
The new authenticatorId will always be needed by the client after
invalidation finishes. This change allows the client to receive it
without requesting getAuthenticatorId.

Test: m android.hardware.biometrics.face-update-api
Test: m android.hardware.biometrics.fingerprint-update-api
Test: m VtsHalBiometricsFaceTargetTest
Test: m VtsHalBiometricsFingerprintTargetTest

Bug: 159667191
Change-Id: I63166315789945966ff8081e07dd714cc14bc2f0
2021-01-11 17:16:08 -08:00
..
common/aidl Reformat biometric interface documentation to 100 cols 2020-09-23 14:29:38 -07:00
face Return new authenticatorId when invalidation finishes 2021-01-11 17:16:08 -08:00
fingerprint Return new authenticatorId when invalidation finishes 2021-01-11 17:16:08 -08:00
README.md Add authenticatorId changes to Fingerprint aidl 2020-09-17 13:16:58 -07:00

Biometric HALs


Overview:

The interfaces within the biometrics.* HAL tree are used by the Android Biometric Services (e.g. FingerprintService, FaceService) to discover and operate biometric sensors on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android Biometric HALs and subsystem can be found at source.android.com.