OSDN Git Service

Add new power hints for launch activity
authorWei Wang <wvw@google.com>
Wed, 18 May 2016 18:27:54 +0000 (11:27 -0700)
committerWei Wang <wvw@google.com>
Thu, 26 May 2016 18:53:15 +0000 (11:53 -0700)
BUG: 28220567
Change-Id: I6da77240cdca5caa2e8504c36e83287954fd6ffc

include/hardware/power.h

index c451d67..f15e3cd 100644 (file)
@@ -63,7 +63,8 @@ typedef enum {
     POWER_HINT_VIDEO_DECODE = 0x00000004,
     POWER_HINT_LOW_POWER = 0x00000005,
     POWER_HINT_SUSTAINED_PERFORMANCE = 0x00000006,
-    POWER_HINT_VR_MODE = 0x00000007
+    POWER_HINT_VR_MODE = 0x00000007,
+    POWER_HINT_LAUNCH = 0x00000008
 } power_hint_t;
 
 typedef enum {