Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessPowerClamper.java65 private PowerThrottlingData mPowerThrottlingDataActive = null; field in BrightnessPowerClamper
156 mPowerThrottlingDataActive = mPowerThrottlingDataOverride in recalculateActiveData()
159 if (mPowerThrottlingDataActive != null) { in recalculateActiveData()
198 if (mPowerThrottlingDataActive == null) { in recalculateBrightnessCap()
221 if (mPowerThrottlingDataActive != null) { in getPowerQuotaForThermalStatus()
223 for (ThrottlingLevel level : mPowerThrottlingDataActive.throttlingLevels) { in getPowerQuotaForThermalStatus()