Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/composer/
Dhwc_display_builtin.cpp345 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in Validate() local
348 if (vsync_source && ((current_refresh_rate_ < refresh_rate) || in Validate()
396 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in CanSkipCommit() local
398 !pending_refresh_ && !vsync_source; in CanSkipCommit()
470 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsQsyncCallbackNeeded() local
472 if (!vsync_source) { in IsQsyncCallbackNeeded()
1652 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsDisplayIdle() local
1653 return vsync_source && display_idle_; in IsDisplayIdle()
Dhwc_session.cpp3141 hwc2_display_t vsync_source = callbacks_.GetVsyncSource(); in DisplayPowerReset() local
3142 status = hwc_display_[vsync_source]->SetVsyncEnabled(HWC2::Vsync::Enable); in DisplayPowerReset()
3144 DLOGE("Enabling vsync failed for disp: %" PRIu64 " with error = %d", vsync_source, status); in DisplayPowerReset()
3153 callbacks_.Refresh(vsync_source); in DisplayPowerReset()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.cpp263 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in Validate() local
266 if (vsync_source && (current_refresh_rate_ < refresh_rate)) { in Validate()
312 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in CanSkipCommit() local
314 !pending_refresh_ && !vsync_source; in CanSkipCommit()
Dhwc_session.cpp3347 hwc2_display_t vsync_source = callbacks_.GetVsyncSource(); in DisplayPowerReset() local
3348 status = hwc_display_[vsync_source]->SetVsyncEnabled(HWC2::Vsync::Enable); in DisplayPowerReset()
3350 DLOGE("Enabling vsync failed for disp: %" PRIu64 " with error = %d", vsync_source, status); in DisplayPowerReset()
3359 Refresh(vsync_source); in DisplayPowerReset()