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

Commit e5b8c16f authored by Jimmy Shiu's avatar Jimmy Shiu Committed by Android (Google) Code Review
Browse files

Merge "Power: add a DISPLAY_CHANGE mode" into main

parents cc29bdd2 4206d28b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,4 +51,5 @@ enum Mode {
  CAMERA_STREAMING_HIGH,
  GAME,
  GAME_LOADING,
  DISPLAY_CHANGE,
}
+6 −5
Original line number Diff line number Diff line
@@ -133,11 +133,6 @@ enum Mode {
     */
    DISPLAY_INACTIVE,

    /**
     * Below hints are currently not sent in Android framework but OEM might choose to
     * implement for power/perf optimizations.
     */

    /**
     * This mode indicates that low latency audio is active.
     */
@@ -172,4 +167,10 @@ enum Mode {
     * This mode indicates that the user is waiting for loading in a game.
     */
    GAME_LOADING,

    /**
     * This mode indicates that the display layout is changing due to rotation
     * or switching between inner and outer panels.
     */
    DISPLAY_CHANGE,
}