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

Commit 59b9136f 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

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

Change-Id: I4f6ad0d8c7e99c3073e54460e01791dfb856868f
parents 5e85410e a0f30392
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,
}