DO NOT MERGE ANYWHERE Add new foreground load power hint.
This power hint allows the underlying hardware to be aware when an intensive foreground activity is active, allowing for resources to be adjusted accordingly. Bug: 26987295 Change-Id: I834d2227c7f86e9426d0fab20910d565125bd184
This commit is contained in:
parent
edbcc9a862
commit
ae4fc8f4d4
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ typedef enum {
|
|||
*/
|
||||
POWER_HINT_VIDEO_ENCODE = 0x00000003,
|
||||
POWER_HINT_VIDEO_DECODE = 0x00000004,
|
||||
POWER_HINT_LOW_POWER = 0x00000005
|
||||
POWER_HINT_LOW_POWER = 0x00000005,
|
||||
POWER_HINT_FOREGROUND_LOAD = 0x00000006
|
||||
} power_hint_t;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue