Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java1976 final ThermalThrottling throttlingConfig = config.getThermalThrottling(); in loadThermalThrottlingConfig() local
1977 if (throttlingConfig == null) { in loadThermalThrottlingConfig()
1981 loadThermalBrightnessThrottlingMaps(throttlingConfig); in loadThermalThrottlingConfig()
1982 loadThermalRefreshRateThrottlingMap(throttlingConfig); in loadThermalThrottlingConfig()
1985 private void loadThermalBrightnessThrottlingMaps(ThermalThrottling throttlingConfig) { in loadThermalBrightnessThrottlingMaps() argument
1986 final List<BrightnessThrottlingMap> maps = throttlingConfig.getBrightnessThrottlingMap(); in loadThermalBrightnessThrottlingMaps()
2023 private void loadThermalRefreshRateThrottlingMap(ThermalThrottling throttlingConfig) { in loadThermalRefreshRateThrottlingMap() argument
2024 List<RefreshRateThrottlingMap> maps = throttlingConfig.getRefreshRateThrottlingMap(); in loadThermalRefreshRateThrottlingMap()
2074 private boolean loadPowerThrottlingMaps(PowerThrottlingConfig throttlingConfig) { in loadPowerThrottlingMaps() argument
2075 final List<PowerThrottlingMap> maps = throttlingConfig.getPowerThrottlingMap(); in loadPowerThrottlingMaps()