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

Commit 09b45a53 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: I39710bd63f864e9d0a441f9629ff452b2cd483de
parents 886fe2e7 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,
}