Home
last modified time | relevance | path

Searched refs:new_rate (Results 1 – 2 of 2) 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);