mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 10:44:41 +00:00
Add SENSOR_DIRTY constant
Fixes: 127993599
Test: Test: hidl-gen -L hash -r android.hardware:hardware/interfaces android.hardware.biometrics.face@1.0
add updated hash to current.txt
Test: Builds
Change-Id: I98a7953f3a99f263709a15f143a3ca5fd062b489
This commit is contained in:
@@ -339,10 +339,15 @@ enum FaceAcquiredInfo : int32_t {
|
||||
*/
|
||||
START = 20,
|
||||
|
||||
/**
|
||||
* The sensor is dirty. The user should be informed to clean the sensor.
|
||||
*/
|
||||
SENSOR_DIRTY = 21,
|
||||
|
||||
/**
|
||||
* Used to enable a vendor-specific acquisition message.
|
||||
*/
|
||||
VENDOR = 21
|
||||
VENDOR = 22
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -375,4 +380,4 @@ struct OptionalBool {
|
||||
* This value is only meaningful if status is OK.
|
||||
*/
|
||||
bool value;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -437,7 +437,7 @@ ca15a738dedc2f4981925f7d7ff29c22bc3f8a848403dcf0c592c167de09d9af android.hardwar
|
||||
6385b6accab8a544e2ee54ba7bf5aa55dff6153bcedd80fdaae16fe9e0be7050 android.hardware.audio.effect@5.0::types
|
||||
baf5a0cbf357035394be02d87334890228338fae715f7ab06e2f0e7d05abe656 android.hardware.biometrics.face@1.0::IBiometricsFace
|
||||
6cbf288d6e6a9f6f0c09d1cde66318aa5b6a8c525778a61ccaedddb090f5e9cb android.hardware.biometrics.face@1.0::IBiometricsFaceClientCallback
|
||||
ef5d339413d0c94a5b58baafbe3e4bccfd9ed2e7328fbbb5c25471c79923ed2f android.hardware.biometrics.face@1.0::types
|
||||
95aa2f59e29e2f84d8e84320ace9b6682b426a16e897b4bd241375cbee0e07f3 android.hardware.biometrics.face@1.0::types
|
||||
ecedc58dbcdb13503c19c0ab160ac1dd0530bb1471164149282dd1463c684185 android.hardware.bluetooth.audio@2.0::IBluetoothAudioPort
|
||||
fb9c40e4deab40be5476477078fe3d8a4a4495fd9deef4321878d169d675c633 android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvider
|
||||
f7431f3e3e4e3387fc6f27a6cf423eddcd824a395dc4349d302c995ab44a9895 android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvidersFactory
|
||||
|
||||
Reference in New Issue
Block a user