platform_hardware_interfaces/biometrics
2021-03-23 02:03:29 +00:00
..
common/aidl Rename HardwareInfo to ComponentInfo for the flexibility and 2021-03-18 16:41:11 -07:00
face Add ISessionCallback#onSessionClosed 2021-03-22 14:43:22 -07:00
fingerprint Merge "Fix flaky WorkerThreadTest" into sc-dev 2021-03-23 02:03:29 +00: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.