cmsdk: PerformanceManager: Update POWER_HINT_SET_PROFILE value

We removed POWER_HINT_AUDIO recently, thus moving the value of
POWER_HINT_SET_PROFILE up.

Change-Id: Ib1c4e1b2569064023a7951631ac1de120fcf47ef
This commit is contained in:
Zhao Wei Liew 2017-02-02 11:28:25 +08:00
parent b1be9e0457
commit 62edb35560
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class PerformanceManagerService extends CMSystemService {
// keep in sync with hardware/libhardware/include/hardware/power.h
private final int POWER_HINT_CPU_BOOST = 0x00000010;
private final int POWER_HINT_LAUNCH_BOOST = 0x00000011;
private final int POWER_HINT_SET_PROFILE = 0x00000030;
private final int POWER_HINT_SET_PROFILE = 0x00000012;
private final int POWER_FEATURE_SUPPORTED_PROFILES = 0x00001000;