Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DHighBrightnessModeController.java100 private @BrightnessInfo.BrightnessMaxReason int mThrottlingReason = field in HighBrightnessModeController
225 mThrottlingReason = throttlingReason; in onBrightnessChanged()
306 pw.println(" mThrottlingReason=" + BrightnessInfo.briMaxReasonToString(mThrottlingReason)); in dumpLocal()
475 + BrightnessInfo.briMaxReasonToString(mThrottlingReason) in recalculateTimeAllowance()
557 && mThrottlingReason == BrightnessInfo.BRIGHTNESS_MAX_REASON_THERMAL; in isThermalThrottlingActive()
634 onBrightnessChanged(mBrightness, mUnthrottledBrightness, mThrottlingReason); in onHdrInfoChanged()