Searched refs:vsyncStation (Results 1 – 4 of 4) sorted by relevance
57 std::shared_ptr<VsyncStation> vsyncStation = std::make_shared<VsyncStation>(nodeId); variable59 ASSERT_NE(vsyncStation, nullptr);60 vsyncStation->RequestVsync(vsyncCallback);146 std::shared_ptr<VsyncStation> vsyncStation = std::make_shared<VsyncStation>(nodeId); variable147 ASSERT_NE(vsyncStation, nullptr);148 vsyncStation->SetUiDvsyncSwitch(true);149 vsyncStation->SetUiDvsyncSwitch(false);
459 auto vsyncStation = window->vsyncStation_; variable460 if (vsyncStation == nullptr) {461 vsyncStation = std::make_shared<VsyncStation>(DisplayId(0));466 window->vsyncStation_ = vsyncStation;481 auto vsyncStation = window->vsyncStation_; variable482 if (vsyncStation == nullptr) {483 vsyncStation = std::make_shared<VsyncStation>(DisplayId(0));488 window->vsyncStation_ = vsyncStation;
253 auto vsyncStation = iter->second; in HandleWindowRemovedOrDestroyed() local254 vsyncStation->RemoveCallback(); in HandleWindowRemovedOrDestroyed()286 auto vsyncStation = GetVsyncStationByWindowId(windowId); in ConsumePointerEvent() local287 if (vsyncStation != nullptr) { in ConsumePointerEvent()288 vsyncStation->RequestVsync(vsyncCallback_); in ConsumePointerEvent()560 …auto vsyncStation = std::make_shared<VsyncStation>(node->surfaceNode_->GetId(), inputEventHandler_… in GetVsyncStationByWindowId() local561 if (vsyncStation == nullptr) { in GetVsyncStationByWindowId()568 vsyncStationMap_.emplace(windowId, vsyncStation); in GetVsyncStationByWindowId()571 return vsyncStation; in GetVsyncStationByWindowId()
228 std::shared_ptr<VsyncStation> vsyncStation = std::make_shared<VsyncStation>(nodeId); variable229 moveDragController_->vsyncStationMap_.emplace(windowId, vsyncStation);234 ASSERT_NE(vsyncStation, nullptr);262 std::shared_ptr<VsyncStation> vsyncStation = std::make_shared<VsyncStation>(nodeId); variable263 moveDragController_->vsyncStationMap_.emplace(windowId, vsyncStation);265 ASSERT_EQ(vsyncStation, vsyncStationRes);279 …std::shared_ptr<VsyncStation> vsyncStation = moveDragController_->GetVsyncStationByWindowId(window… variable280 ASSERT_EQ(vsyncStation, nullptr);