mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Adding POWER_PRESS to AcquiredInfo.aidl and Error.aidl
Test: N/A Bug: 269293986 Change-Id: If2e2a1c0f48d86c427a0c8f93f077c940c3eb8d8
This commit is contained in:
@@ -49,4 +49,5 @@ enum AcquiredInfo {
|
||||
IMMOBILE,
|
||||
RETRYING_CAPTURE,
|
||||
LIFT_TOO_SOON,
|
||||
POWER_PRESS,
|
||||
}
|
||||
|
||||
@@ -44,4 +44,5 @@ enum Error {
|
||||
UNABLE_TO_REMOVE,
|
||||
VENDOR,
|
||||
BAD_CALIBRATION,
|
||||
POWER_PRESS,
|
||||
}
|
||||
|
||||
@@ -103,4 +103,10 @@ enum AcquiredInfo {
|
||||
* Fingerprint was lifted before the capture completed.
|
||||
*/
|
||||
LIFT_TOO_SOON,
|
||||
|
||||
/**
|
||||
* Indicates a power press event has occurred. This is typically sent by fingerprint
|
||||
* sensors that have the sensor co-located with the power button.
|
||||
*/
|
||||
POWER_PRESS,
|
||||
}
|
||||
|
||||
@@ -70,4 +70,10 @@ enum Error {
|
||||
* There's a problem with the sensor's calibration.
|
||||
*/
|
||||
BAD_CALIBRATION,
|
||||
|
||||
/**
|
||||
* Indicates a power press event has occurred. This is typically sent by fingerprint
|
||||
* sensors that have the sensor co-located with the power button.
|
||||
*/
|
||||
POWER_PRESS,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user