Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessThrottler.java95 private String mThermalBrightnessThrottlingDataId; field in BrightnessThrottler
143 mThermalBrightnessThrottlingDataId = throttlingDataId; in BrightnessThrottler()
147 mThermalBrightnessThrottlingDataId, mUniqueDisplayId); in BrightnessThrottler()
184 mThermalBrightnessThrottlingDataId = brightnessThrottlingDataId; in loadThermalBrightnessThrottlingDataFromDisplayDeviceConfig()
255 pw.println(" mThermalBrightnessThrottlingDataId=" + mThermalBrightnessThrottlingDataId); in dumpLocal()
300 mThermalThrottlingData = getConfigFromId(mThermalBrightnessThrottlingDataId); in resetThermalThrottlingData()
303 if (!DEFAULT_ID.equals(mThermalBrightnessThrottlingDataId) in resetThermalThrottlingData()
H A DLogicalDisplay.java181 private String mThermalBrightnessThrottlingDataId; field in LogicalDisplay
204 mThermalBrightnessThrottlingDataId = DisplayDeviceConfig.DEFAULT_ID; in LogicalDisplay()
205 mBaseDisplayInfo.thermalBrightnessThrottlingDataId = mThermalBrightnessThrottlingDataId; in LogicalDisplay()
523 mBaseDisplayInfo.thermalBrightnessThrottlingDataId = mThermalBrightnessThrottlingDataId; in updateLocked()
900 if (!Objects.equals(brightnessThrottlingDataId, mThermalBrightnessThrottlingDataId)) { in setThermalBrightnessThrottlingDataIdLocked()
901 mThermalBrightnessThrottlingDataId = brightnessThrottlingDataId; in setThermalBrightnessThrottlingDataIdLocked()
959 pw.println("mThermalBrightnessThrottlingDataId=" + mThermalBrightnessThrottlingDataId); in dumpLocked()
H A DDisplayPowerController2.java462 private String mThermalBrightnessThrottlingDataId; field in DisplayPowerController2
500 mThermalBrightnessThrottlingDataId = in DisplayPowerController2()
564 mThermalBrightnessThrottlingDataId, in DisplayPowerController2()
801 mThermalBrightnessThrottlingDataId, config)); in onDisplayChanged()
811 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
819 } else if (!Objects.equals(mThermalBrightnessThrottlingDataId, in onDisplayChanged()
822 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
825 mThermalBrightnessThrottlingDataId, in onDisplayChanged()
883 mThermalBrightnessThrottlingDataId, mUniqueDisplayId); in loadFromDisplayDeviceConfig() local
H A DDisplayPowerController.java575 private String mThermalBrightnessThrottlingDataId; field in DisplayPowerController
617 mThermalBrightnessThrottlingDataId = in DisplayPowerController()
992 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
1000 } else if (!Objects.equals(mThermalBrightnessThrottlingDataId, in onDisplayChanged()
1003 mThermalBrightnessThrottlingDataId = thermalBrightnessThrottlingDataId; in onDisplayChanged()
1006 mThermalBrightnessThrottlingDataId, in onDisplayChanged()
1065 mThermalBrightnessThrottlingDataId, mUniqueDisplayId); in loadFromDisplayDeviceConfig() local