Searched refs:vsync_source (Results 1 – 4 of 4) sorted by relevance
345 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in Validate() local348 if (vsync_source && ((current_refresh_rate_ < refresh_rate) || in Validate()396 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in CanSkipCommit() local398 !pending_refresh_ && !vsync_source; in CanSkipCommit()470 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsQsyncCallbackNeeded() local472 if (!vsync_source) { in IsQsyncCallbackNeeded()1652 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsDisplayIdle() local1653 return vsync_source && display_idle_; in IsDisplayIdle()
3141 hwc2_display_t vsync_source = callbacks_.GetVsyncSource(); in DisplayPowerReset() local3142 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()
263 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in Validate() local266 if (vsync_source && (current_refresh_rate_ < refresh_rate)) { in Validate()312 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in CanSkipCommit() local314 !pending_refresh_ && !vsync_source; in CanSkipCommit()
3347 hwc2_display_t vsync_source = callbacks_.GetVsyncSource(); in DisplayPowerReset() local3348 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()