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:
Bryce Lee 2016-04-27 07:28:05 -07:00
parent edbcc9a862
commit ae4fc8f4d4

View file

@ -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 {