Searched refs:throttlingLevels (Results 1 – 6 of 6) sorted by relevance
1995 List<ThermalBrightnessThrottlingData.ThrottlingLevel> throttlingLevels = in loadThermalBrightnessThrottlingMaps() local2006 throttlingLevels.add(new ThermalBrightnessThrottlingData.ThrottlingLevel( in loadThermalBrightnessThrottlingMaps()2018 ThermalBrightnessThrottlingData.create(throttlingLevels)); in loadThermalBrightnessThrottlingMaps()2084 List<PowerThrottlingData.ThrottlingLevel> throttlingLevels = in loadPowerThrottlingMaps() local2095 throttlingLevels.add(new PowerThrottlingData.ThrottlingLevel( in loadPowerThrottlingMaps()2107 PowerThrottlingData.create(throttlingLevels)); in loadPowerThrottlingMaps()3020 public List<ThrottlingLevel> throttlingLevels; field in DisplayDeviceConfig.PowerThrottlingData3065 List<ThrottlingLevel> throttlingLevels) { in create() argument3066 if (throttlingLevels == null || throttlingLevels.size() == 0) { in create()3071 ThrottlingLevel prevLevel = throttlingLevels.get(0); in create()[all …]
235 for (ThrottlingLevel level : mThermalThrottlingData.throttlingLevels) { in updateThermalThrottling()
126 public void testNotifyThrottlingAfterOnDisplayChange(List<ThrottlingLevel> throttlingLevels, in testNotifyThrottlingAfterOnDisplayChange() argument130 mClamper.onDisplayChanged(new TestThermalData(throttlingLevels)); in testNotifyThrottlingAfterOnDisplayChange()143 public void testOnDisplayChangeAfterNotifyThrottling(List<ThrottlingLevel> throttlingLevels, in testOnDisplayChangeAfterNotifyThrottling() argument152 mClamper.onDisplayChanged(new TestThermalData(throttlingLevels)); in testOnDisplayChangeAfterNotifyThrottling()
223 for (ThrottlingLevel level : mPowerThrottlingDataActive.throttlingLevels) { in getPowerQuotaForThermalStatus()
183 for (ThrottlingLevel level : mThermalThrottlingDataActive.throttlingLevels) { in recalculateBrightnessCap()
142 assertThrottlingLevelsEquals(singleLevel, data.throttlingLevels); in testThermalBrightnessThrottlingData()146 assertThrottlingLevelsEquals(validLevels, data.throttlingLevels); in testThermalBrightnessThrottlingData()