mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Power: add AUTOMOTIVE_PROJECTION power mode
Test: Boot Bug: 300362894 Change-Id: I83ffd47becbd5bde0a64950f26a321e6a48001c4 Signed-off-by: David Kimmel <davidkimmel@google.com>
This commit is contained in:
@@ -52,4 +52,5 @@ enum Mode {
|
||||
GAME,
|
||||
GAME_LOADING,
|
||||
DISPLAY_CHANGE,
|
||||
AUTOMOTIVE_PROJECTION,
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user