Home
last modified time | relevance | path

Searched refs:powerThrottlingCfg (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java2114 final PowerThrottlingConfig powerThrottlingCfg = config.getPowerThrottlingConfig(); in loadPowerThrottlingConfigData() local
2115 if (powerThrottlingCfg == null) { in loadPowerThrottlingConfigData()
2118 if (!loadPowerThrottlingMaps(powerThrottlingCfg)) { in loadPowerThrottlingConfigData()
2121 float lowestBrightnessCap = powerThrottlingCfg.getBrightnessLowestCapAllowed().floatValue(); in loadPowerThrottlingConfigData()
2122 int pollingWindowMillis = powerThrottlingCfg.getPollingWindowMillis().intValue(); in loadPowerThrottlingConfigData()