Searched refs:vsync_source (Results 1 – 4 of 4) sorted by relevance
386 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in Validate() local389 if (vsync_source && ((current_refresh_rate_ < refresh_rate) || in Validate()439 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in CanSkipCommit() local441 !pending_refresh_ && !vsync_source; in CanSkipCommit()513 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsQsyncCallbackNeeded() local515 if (!vsync_source) { in IsQsyncCallbackNeeded()1823 bool vsync_source = (callbacks_->GetVsyncSource() == id_); in IsDisplayIdle() local1824 return vsync_source && display_idle_; in IsDisplayIdle()
3234 hwc2_display_t vsync_source = callbacks_.GetVsyncSource(); in DisplayPowerReset() local3235 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()
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()