Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java100 private String mThermalBrightnessThrottlingDataId; field in BrightnessThrottler
154 mThermalBrightnessThrottlingDataId = throttlingDataId; in BrightnessThrottler()
158 tempSensor, mThermalBrightnessThrottlingDataId, mUniqueDisplayId); in BrightnessThrottler()
196 mThermalBrightnessThrottlingDataId = brightnessThrottlingDataId; in loadThermalBrightnessThrottlingDataFromDisplayDeviceConfig()
268 pw.println(" mThermalBrightnessThrottlingDataId=" + mThermalBrightnessThrottlingDataId); in dumpLocal()
313 mThermalThrottlingData = getConfigFromId(mThermalBrightnessThrottlingDataId); in resetThermalThrottlingData()
316 if (!DEFAULT_ID.equals(mThermalBrightnessThrottlingDataId) in resetThermalThrottlingData()
DLogicalDisplay.java187 private String mThermalBrightnessThrottlingDataId; field in LogicalDisplay
243 mThermalBrightnessThrottlingDataId = DisplayDeviceConfig.DEFAULT_ID; in LogicalDisplay()
245 mBaseDisplayInfo.thermalBrightnessThrottlingDataId = mThermalBrightnessThrottlingDataId; in LogicalDisplay()
564 mBaseDisplayInfo.thermalBrightnessThrottlingDataId = mThermalBrightnessThrottlingDataId; in updateLocked()
974 if (!Objects.equals(brightnessThrottlingDataId, mThermalBrightnessThrottlingDataId)) { in setThermalBrightnessThrottlingDataIdLocked()
975 mThermalBrightnessThrottlingDataId = brightnessThrottlingDataId; in setThermalBrightnessThrottlingDataIdLocked()
1060 pw.println("mThermalBrightnessThrottlingDataId=" + mThermalBrightnessThrottlingDataId); in dumpLocked()
DDisplayPowerController.java480 private String mThermalBrightnessThrottlingDataId; field in DisplayPowerController
524 mThermalBrightnessThrottlingDataId = in DisplayPowerController()
588 mThermalBrightnessThrottlingDataId, in DisplayPowerController()
869 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
877 } else if (!Objects.equals(mThermalBrightnessThrottlingDataId, in onDisplayChanged()
880 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
884 mThermalBrightnessThrottlingDataId, in onDisplayChanged() local
942 mThermalBrightnessThrottlingDataId, mUniqueDisplayId); in loadFromDisplayDeviceConfig() local