platform_hardware_interfaces/biometrics
Ilya Matyukhin 9fcf6b1f49 Update IFace getFeatures/setFeature and feature names
Bug: 185398301
Bug: 185384721
Test: build for aosp_cf_x86_phone-userdebug
Test: atest VtsHalBiometricsFaceTargetTest
Change-Id: I75d328485550ccbc4d136d6c6fbea92c21d7e421
2021-04-14 14:03:27 -07:00
..
common/aidl Rename HardwareInfo to ComponentInfo for the flexibility and 2021-03-18 16:41:11 -07:00
face Update IFace getFeatures/setFeature and feature names 2021-04-14 14:03:27 -07:00
fingerprint Change default IFingerprint HAL back to STRONG 2021-03-26 18:07:24 -07: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.