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
diff --git a/include/hardware/power.h b/include/hardware/power.h
index 10612f3..2625482 100644
--- a/include/hardware/power.h
+++ b/include/hardware/power.h
@@ -46,7 +46,8 @@
*/
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 {