Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessClamperController.java362 @NonNull String powerThrottlingDataId, in DisplayDeviceData() argument
366 mPowerThrottlingDataId = powerThrottlingDataId; in DisplayDeviceData()
/frameworks/base/services/core/java/com/android/server/display/
DLogicalDisplay.java984 public void setPowerThrottlingDataIdLocked(String powerThrottlingDataId) { in setPowerThrottlingDataIdLocked() argument
985 if (!Objects.equals(powerThrottlingDataId, mPowerThrottlingDataId)) { in setPowerThrottlingDataIdLocked()
986 mPowerThrottlingDataId = powerThrottlingDataId; in setPowerThrottlingDataIdLocked()
DDisplayPowerController.java851 final String powerThrottlingDataId = in onDisplayChanged() local
895 thermalBrightnessThrottlingDataId, powerThrottlingDataId, config)); in onDisplayChanged()