Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.h205 static uint32_t GetThrottlingRefreshRate() { return HWCDisplay::throttling_refresh_rate_; } in GetThrottlingRefreshRate()
207 { HWCDisplay::throttling_refresh_rate_ = newRefreshRate; } in SetThrottlingRefreshRate()
381 static uint32_t throttling_refresh_rate_;
Dhwc_session.h242 uint32_t throttling_refresh_rate_ = 60; variable
Dhwc_session.cpp3601 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()
3603 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
Dhwc_display.cpp54 uint32_t HWCDisplay::throttling_refresh_rate_ = 60; member in sdm::HWCDisplay
/hardware/qcom/sm7250/display/composer/
Dhwc_display.h296 static uint32_t GetThrottlingRefreshRate() { return HWCDisplay::throttling_refresh_rate_; } in GetThrottlingRefreshRate()
298 { HWCDisplay::throttling_refresh_rate_ = newRefreshRate; } in SetThrottlingRefreshRate()
506 static uint32_t throttling_refresh_rate_;
Dhwc_session.h472 uint32_t throttling_refresh_rate_ = 60; variable
Dhwc_session.cpp3652 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()
3654 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
Dhwc_display.cpp55 uint32_t HWCDisplay::throttling_refresh_rate_ = 60; member in sdm::HWCDisplay