Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a27ac19 authored by Kevin Chyn's avatar Kevin Chyn Committed by Automerger Merge Worker
Browse files

Merge "Add AcqiredInfo.RETRYING_CAPTURE to IFingerprint" into sc-dev am: 904b4f8a

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13997438

Change-Id: I9c91625789cb56591b8046f3f5bc8ed9d50ddef8
parents f28e990b 904b4f8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45,4 +45,5 @@ enum AcquiredInfo {
  TOO_DARK = 8,
  TOO_BRIGHT = 9,
  IMMOBILE = 10,
  RETRYING_CAPTURE = 11,
}
+7 −1
Original line number Diff line number Diff line
@@ -82,5 +82,11 @@ enum AcquiredInfo {
     * same finger can help against false rejections.
     */
    IMMOBILE,
}

    /**
     * This message may be sent to notify the framework that an additional image capture is taking
     * place. Multiple RETRYING_CAPTURE may be sent before an ACQUIRED_GOOD message is sent.
     * However, RETRYING_CAPTURE must not be sent after ACQUIRED_GOOD is sent.
     */
    RETRYING_CAPTURE,
}