Searched refs:vsyncStation_ (Results 1 – 16 of 16) sorted by relevance
78 vsyncStation_ = std::make_shared<VsyncStation>(nodeId); in RootScene()216 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()221 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()226 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()231 int32_t requestTimes = vsyncStation_->GetRequestVsyncTimes(); in IsLastFrameLayoutFinished()238 vsyncStation_->DecreaseRequestVsyncTimes(); in OnFlushUIParams()266 vsyncStation_->SetUiDvsyncSwitch(dvsyncSwitch); in SetUiDvsyncSwitch()
40 vsyncStation_ = std::make_shared<VsyncStation>(nodeId); in ScreenScene()62 vsyncStation_->Destroy(); in Destroy()158 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()163 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()168 vsyncStation_->FlushFrameRate(rate, animatorExpectedFrameRate, rateType); in FlushFrameRate()
427 if (!property_ || vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in WindowSessionCreateCheck()2675 if (vsyncStation_ != nullptr) { in ClearVsyncStation()2676 vsyncStation_.reset(); in ClearVsyncStation()2717 if (vsyncStation_ == nullptr) { in NotifyAfterForeground()2722 vsyncStation_->GetFrameRateLinkerId()); in NotifyAfterForeground()2741 if (vsyncStation_ == nullptr) { in NotifyAfterBackground()3749 if (vsyncStation_ == nullptr) { in RequestVsync()3759 if (vsyncStation_ == nullptr) { in GetVSyncPeriod()3763 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()3769 if (vsyncStation_ == nullptr) { in FlushFrameRate()[all …]
120 vsyncStation_ = std::make_shared<VsyncStation>(surfaceNode_->GetId()); in WindowImpl()1283 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in WindowCreateCheck()1561 if (vsyncStation_ != nullptr) { in ClearVsyncStation()1562 vsyncStation_.reset(); in ClearVsyncStation()3389 if (!SingletonContainer::IsDestroyed() && vsyncStation_ != nullptr) { in RequestVsync()3390 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()3397 if (!SingletonContainer::IsDestroyed() && vsyncStation_ != nullptr) { in GetVSyncPeriod()3398 return vsyncStation_->GetVSyncPeriod(); in GetVSyncPeriod()
84 if (vsyncStation_ == nullptr || !vsyncStation_->IsVsyncReceiverCreated()) { in Create()
93 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; variable
135 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; variable
514 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; variable
370 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; variable
459 auto vsyncStation = window->vsyncStation_;463 window->vsyncStation_ = nullptr;466 window->vsyncStation_ = vsyncStation;481 auto vsyncStation = window->vsyncStation_;485 window->vsyncStation_ = nullptr;488 window->vsyncStation_ = vsyncStation;
524 window->vsyncStation_ = std::make_shared<VsyncStation>(1);527 window->vsyncStation_ = nullptr;551 window->vsyncStation_ = std::make_shared<VsyncStation>(1);554 window->vsyncStation_ = nullptr;
797 window->vsyncStation_ = nullptr;814 ASSERT_EQ(window->vsyncStation_, nullptr);1364 window->vsyncStation_ = nullptr;1392 window->vsyncStation_ = nullptr;2064 window->vsyncStation_ = nullptr;
1182 window->vsyncStation_ = nullptr;1199 window->vsyncStation_ = nullptr;
345 window->vsyncStation_ = nullptr;
64 vsyncStation_ = std::make_shared<VsyncStation>(surfaceNode_->GetId()); in CreateSurfaceNode()835 if (vsyncStation_ == nullptr) { in RequestVsync()839 vsyncStation_->RequestVsync(vsyncCallback); in RequestVsync()
296 std::shared_ptr<VsyncStation> vsyncStation_ = nullptr; variable