Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessPowerClamper.java61 private PowerThrottlingData mPowerThrottlingDataFromDDC = null; field in BrightnessPowerClamper
147 pw.println(" mPowerThrottlingDataFromDDC=" + (mPowerThrottlingDataFromDDC == null ? "null" in dump()
148 : mPowerThrottlingDataFromDDC.toString())); in dump()
158 mPowerThrottlingDataFromDDC); in recalculateActiveData()
181 mPowerThrottlingDataFromDDC = data.getPowerThrottlingData(); in setDisplayData()
182 if (mPowerThrottlingDataFromDDC == null && !DEFAULT_ID.equals(mDataId)) { in setDisplayData()