Searched refs:mThermalThrottling (Results 1 – 2 of 2) sorted by relevance
345 mThermalThrottling = thermalPolicy->getThrottlingStatus(); in TranscodingSessionController()438 (mThermalPolicy != nullptr && mThermalThrottling))) { in getTopSession_l()1130 if (mThermalThrottling) { in onThrottlingStarted()1136 mThermalThrottling = true; in onThrottlingStarted()1145 if (!mThermalThrottling) { in onThrottlingStopped()1151 mThermalThrottling = false; in onThrottlingStopped()
176 bool mThermalThrottling; variable