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

Commit 06a26dc3 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: I1789bc799a5e2a2d6d1fea75aef665253db50082
parents d9c7d312 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,
}