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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user