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

Commit c2322eca authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Add Error::BAD_CALIBRATION" into sc-dev am: a0f30392 am: 59b9136f am: 58f41bce

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

Change-Id: I3b5e833e483612ef1a7065ed88b7266e2bec16e5
parents 07b732ca 58f41bce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,4 +42,5 @@ enum Error {
  CANCELED = 5,
  UNABLE_TO_REMOVE = 6,
  VENDOR = 7,
  BAD_CALIBRATION = 8,
}
+5 −0
Original line number Diff line number Diff line
@@ -63,4 +63,9 @@ enum Error {
     * Used to enable vendor-specific error messages.
     */
    VENDOR,

    /**
     * There's a problem with the sensor's calibration.
     */
    BAD_CALIBRATION,
}