Home
last modified time | relevance | path

Searched refs:handle_idle_timeout_ (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_primary.cpp197 if ((current_refresh_rate_ != refresh_rate) || (handle_idle_timeout_)) { in Prepare()
206 if (handle_idle_timeout_) { in Prepare()
207 handle_idle_timeout_ = false; in Prepare()
373 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
391 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h72 bool handle_idle_timeout_ = false; variable
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_primary.cpp197 if ((current_refresh_rate_ != refresh_rate) || (handle_idle_timeout_)) { in Prepare()
206 if (handle_idle_timeout_) { in Prepare()
207 handle_idle_timeout_ = false; in Prepare()
373 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
391 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h72 bool handle_idle_timeout_ = false; variable
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_primary.cpp183 if (handle_idle_timeout_) { in Prepare()
184 handle_idle_timeout_ = false; in Prepare()
324 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
342 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h78 bool handle_idle_timeout_ = false; variable
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_primary.cpp203 if (current_refresh_rate_ != refresh_rate || handle_idle_timeout_) { in Validate()
212 if (handle_idle_timeout_) { in Validate()
213 handle_idle_timeout_ = false; in Validate()
417 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
430 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h91 bool handle_idle_timeout_ = false; variable
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_primary.cpp199 if (handle_idle_timeout_) { in Validate()
200 handle_idle_timeout_ = false; in Validate()
385 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
398 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h89 bool handle_idle_timeout_ = false; variable
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_primary.cpp199 if (handle_idle_timeout_) { in Validate()
200 handle_idle_timeout_ = false; in Validate()
397 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
410 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h91 bool handle_idle_timeout_ = false; variable
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_primary.cpp206 if (handle_idle_timeout_) { in Validate()
207 handle_idle_timeout_ = false; in Validate()
394 } else if (handle_idle_timeout_) { in GetOptimalRefreshRate()
407 handle_idle_timeout_ = true; in Refresh()
Dhwc_display_primary.h92 bool handle_idle_timeout_ = false; variable
/hardware/qcom/sm7250/display/sdm/libs/core/
Ddisplay_builtin.cpp284 if (handle_idle_timeout_ && enable_qsync_idle_) { in UpdateQsyncMode()
460 handle_idle_timeout_ = false; in Commit()
480 handle_idle_timeout_; in HandleQsyncPostCommit()
701 handle_idle_timeout_ = false; in SetRefreshRate()
712 if (enhance_idle_time_ && handle_idle_timeout_ && (refresh_rate == hw_panel_info_.min_fps)) { in SetRefreshRate()
725 return handle_idle_timeout_; in CanLowerFps()
728 if (!handle_idle_timeout_ || !idle_screen) { in CanLowerFps()
779 handle_idle_timeout_ = true; in IdleTimeout()
Ddisplay_builtin.h216 bool handle_idle_timeout_ = false; variable
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_builtin.cpp483 if (handle_idle_timeout_ && !final_rate) { in SetRefreshRate()
487 if ((current_refresh_rate_ != refresh_rate) || handle_idle_timeout_) { in SetRefreshRate()
492 handle_idle_timeout_ = false; in SetRefreshRate()
504 handle_idle_timeout_ = false; in SetRefreshRate()
525 handle_idle_timeout_ = true; in IdleTimeout()
Ddisplay_builtin.h159 bool handle_idle_timeout_ = false; variable