Searched refs:throttling_refresh_rate_ (Results 1 – 4 of 4) sorted by relevance
193 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_;
252 uint32_t throttling_refresh_rate_ = 60; variable
3342 if (new_rate !=0 && throttling_refresh_rate_ != new_rate) { in SetNewThrottlingRate()3344 throttling_refresh_rate_ = new_rate; in SetNewThrottlingRate()
54 uint32_t HWCDisplay::throttling_refresh_rate_ = 60; member in sdm::HWCDisplay