Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java84 private Map<String, ThermalBrightnessThrottlingData> mDdcThermalThrottlingDataMap; field in BrightnessThrottler
147 mDdcThermalThrottlingDataMap = thermalBrightnessThrottlingDataMap; in BrightnessThrottler()
155 mDdcThermalThrottlingDataMap = thermalBrightnessThrottlingDataMap; in BrightnessThrottler()
157 loadThermalBrightnessThrottlingDataFromDisplayDeviceConfig(mDdcThermalThrottlingDataMap, in BrightnessThrottler()
195 mDdcThermalThrottlingDataMap = ddcThrottlingDataMap; in loadThermalBrightnessThrottlingDataFromDisplayDeviceConfig()
275 pw.println(" mDdcThermalThrottlingDataMap=" + mDdcThermalThrottlingDataMap); in dumpLocal()
337 ? mDdcThermalThrottlingDataMap.get(id) in getConfigFromId()