Searched refs:new_rate (Results 1 – 2 of 2) sorted by relevance
3600 void HWCSession::SetNewThrottlingRate(const uint32_t new_rate) { in SetNewThrottlingRate() argument3601 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()3602 HWCDisplay::SetThrottlingRefreshRate(new_rate); in SetNewThrottlingRate()3603 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
244 void SetNewThrottlingRate(uint32_t new_rate);