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.cpp386 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in Validate() local
389 if (vsync_source && ((current_refresh_rate_ < refresh_rate) || in Validate()
439 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in CanSkipCommit() local
441 !pending_refresh_ && !vsync_source; in CanSkipCommit()
513 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsQsyncCallbackNeeded() local
515 if (!vsync_source) { in IsQsyncCallbackNeeded()
1823 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsDisplayIdle() local
1824 return vsync_source && display_idle_; in IsDisplayIdle()
Dhwc_session.cpp3234 hwc2_display_t vsync_source = callbacks_.GetVsyncSource(); in DisplayPowerReset() local
3235 status = hwc_display_[vsync_source]->SetVsyncEnabled(HWC2::Vsync::Enable); in DisplayPowerReset()
3237 DLOGE("Enabling vsync failed for disp: %" PRIu64 " with error = %d", vsync_source, status); in DisplayPowerReset()
3246 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()