Searched refs:mIsThrottling (Results 1 – 2 of 2) sorted by relevance
38 : mRegistered(false), mThermalManager(nullptr), mIsThrottling(false) { in TranscodingThermalPolicy()69 mIsThrottling = needThrottling(AThermal_getCurrentThermalStatus(thermalManager)); in registerSelf()109 return mIsThrottling; in getThrottlingStatus()117 if (isThrottling == mIsThrottling) { in onStatusChange()121 mIsThrottling = isThrottling; in onStatusChange()
44 bool mIsThrottling; variable