Searched refs:new_rate (Results 1 – 4 of 4) 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);
3543 void HWCSession::SetNewThrottlingRate(const uint32_t new_rate) { in SetNewThrottlingRate() argument3544 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()3545 HWCDisplay::SetThrottlingRefreshRate(new_rate); in SetNewThrottlingRate()3546 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
433 void SetNewThrottlingRate(uint32_t new_rate);