Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h193 static uint32_t GetThrottlingRefreshRate() { return HWCDisplay::throttling_refresh_rate_; } in GetThrottlingRefreshRate()
195 { HWCDisplay::throttling_refresh_rate_ = newRefreshRate; } in SetThrottlingRefreshRate()
337 static uint32_t throttling_refresh_rate_;
Dhwc_session.h252 uint32_t throttling_refresh_rate_ = 60; variable
Dhwc_session.cpp3342 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()
3344 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
Dhwc_display.cpp54 uint32_t HWCDisplay::throttling_refresh_rate_ = 60; member in sdm::HWCDisplay