Searched refs:mThrottlingStatus (Results 1 – 2 of 2) sorted by relevance
80 private int mThrottlingStatus; field in BrightnessThrottler187 mThrottlingStatus = THROTTLING_INVALID; in stop()219 if (mThrottlingStatus != newStatus) { in thermalStatusChanged()220 mThrottlingStatus = newStatus; in thermalStatusChanged()233 if (mThrottlingStatus != THROTTLING_INVALID && mThermalThrottlingData != null) { in updateThermalThrottling()236 if (level.thermalStatus <= mThrottlingStatus) { in updateThermalThrottling()271 pw.println(" mThrottlingStatus=" + mThrottlingStatus); in dumpLocal()
75 private int mThrottlingStatus = Temperature.THROTTLING_NONE; field in BrightnessThermalClamper139 writer.println(" mThrottlingStatus: " + mThrottlingStatus); in dump()184 if (level.thermalStatus <= mThrottlingStatus) { in recalculateBrightnessCap()202 if (mThrottlingStatus != status) { in thermalStatusChanged()203 mThrottlingStatus = status; in thermalStatusChanged()