Searched refs:powerThrottlingCfg (Results 1 – 1 of 1) sorted by relevance
2114 final PowerThrottlingConfig powerThrottlingCfg = config.getPowerThrottlingConfig(); in loadPowerThrottlingConfigData() local2115 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()