Merge "Power: add AUTOMOTIVE_PROJECTION power mode" into main

This commit is contained in:
Wei Wang
2023-12-01 18:13:52 +00:00
committed by Android (Google) Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -52,4 +52,5 @@ enum Mode {
GAME,
GAME_LOADING,
DISPLAY_CHANGE,
AUTOMOTIVE_PROJECTION,
}

View File

@@ -173,4 +173,10 @@ enum Mode {
* or switching between inner and outer panels.
*/
DISPLAY_CHANGE,
/**
* This mode indicates that the device is rendering to a remote display in
* a vehicle (such as Android Auto projection screen).
*/
AUTOMOTIVE_PROJECTION,
}