cmsdk: PerformanceManager: Update POWER_HINT_SET_PROFILE value

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

Change-Id: Ib1c4e1b2569064023a7951631ac1de120fcf47ef
This commit is contained in:
Zhao Wei Liew
2017-02-02 11:28:25 +08:00
parent a789a99c7f
commit ebf0e84848

View File

@@ -84,7 +84,7 @@ public class PerformanceManagerService extends CMSystemService {
// keep in sync with hardware/libhardware/include/hardware/power.h
private final int POWER_HINT_CPU_BOOST = 0x00000110;
private final int POWER_HINT_LAUNCH_BOOST = 0x00000111;
private final int POWER_HINT_SET_PROFILE = 0x00000113;
private final int POWER_HINT_SET_PROFILE = 0x00000112;
private final int POWER_FEATURE_SUPPORTED_PROFILES = 0x00001000;