Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessPowerClamper.java67 private PowerThrottlingConfigData mPowerThrottlingConfigData = null; field in BrightnessPowerClamper
187 mPowerThrottlingConfigData = data.getPowerThrottlingConfigData(); in setDisplayData()
188 if (mPowerThrottlingConfigData == null) { in setDisplayData()
209 mPowerThrottlingConfigData.brightnessLowestCapAllowed); in recalculateBrightnessCap()
244 if (mPowerThrottlingConfigData == null) { in start()
251 mInjector.getPmicMonitor(listener, mPowerThrottlingConfigData.pollingWindowMillis); in start()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceConfig.java749 private PowerThrottlingConfigData mPowerThrottlingConfigData; field in DisplayDeviceConfig
1338 return mPowerThrottlingConfigData; in getPowerThrottlingConfigData()
2123 mPowerThrottlingConfigData = new PowerThrottlingConfigData(lowestBrightnessCap, in loadPowerThrottlingConfigData()