platform_hardware_interfaces/biometrics
Ilya Matyukhin 4ae95d73eb Add IFingerprint#reset and ISession#close methods
Bug: 180521746
Test: m android.hardware.biometrics.fingerprint-update-api
Test: build
Change-Id: Ie69ea596dbbaefd4ee360facb2b57a21c8c0a46f
2021-02-19 00:59:27 -08:00
..
common/aidl Reformat biometric interface documentation to 100 cols 2020-09-23 14:29:38 -07:00
face Merge changes from topic "revert_face_1_1" into sc-dev 2021-02-17 00:50:25 +00:00
fingerprint Add IFingerprint#reset and ISession#close methods 2021-02-19 00:59:27 -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.