Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A 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_;
H A Dhwc_session.h242 uint32_t throttling_refresh_rate_ = 60; variable
H A Dhwc_session.cpp3601 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()
3603 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
H A Dhwc_display.cpp54 uint32_t HWCDisplay::throttling_refresh_rate_ = 60; member in sdm::HWCDisplay
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.h258 static uint32_t GetThrottlingRefreshRate() { return HWCDisplay::throttling_refresh_rate_; } in GetThrottlingRefreshRate()
260 { HWCDisplay::throttling_refresh_rate_ = newRefreshRate; } in SetThrottlingRefreshRate()
462 static uint32_t throttling_refresh_rate_;
H A Dhwc_session.h429 uint32_t throttling_refresh_rate_ = 60; variable
H A Dhwc_session.cpp3544 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()
3546 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
H A Dhwc_display.cpp55 uint32_t HWCDisplay::throttling_refresh_rate_ = 60; member in sdm::HWCDisplay