Searched refs:mDdcThermalThrottlingDataMap (Results 1 – 1 of 1) sorted by relevance
79 private HashMap<String, ThermalBrightnessThrottlingData> mDdcThermalThrottlingDataMap; field in BrightnessThrottler136 mDdcThermalThrottlingDataMap = thermalBrightnessThrottlingDataMap; in BrightnessThrottler()144 mDdcThermalThrottlingDataMap = thermalBrightnessThrottlingDataMap; in BrightnessThrottler()146 loadThermalBrightnessThrottlingDataFromDisplayDeviceConfig(mDdcThermalThrottlingDataMap, in BrightnessThrottler()183 mDdcThermalThrottlingDataMap = ddcThrottlingDataMap; in loadThermalBrightnessThrottlingDataFromDisplayDeviceConfig()262 pw.println(" mDdcThermalThrottlingDataMap=" + mDdcThermalThrottlingDataMap); in dumpLocal()324 ? mDdcThermalThrottlingDataMap.get(id) in getConfigFromId()