Home
last modified time | relevance | path

Searched refs:new_rate (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.cpp3600 void HWCSession::SetNewThrottlingRate(const uint32_t new_rate) { in SetNewThrottlingRate() argument
3601 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()
Dhwc_session.h244 void SetNewThrottlingRate(uint32_t new_rate);
/hardware/qcom/sm7250/display/composer/
Dhwc_session.cpp3543 void HWCSession::SetNewThrottlingRate(const uint32_t new_rate) { in SetNewThrottlingRate() argument
3544 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()
Dhwc_session.h433 void SetNewThrottlingRate(uint32_t new_rate);