Searched refs:VsyncState (Results 1 – 2 of 2) sorted by relevance
84 struct VsyncState { struct85 explicit VsyncState(Scheduler& scheduler) : scheduler(scheduler) {} in VsyncState() function246 const std::shared_ptr<VsyncState> mPrimaryVsyncState{std::make_shared<VsyncState>(*this)};
249 std::weak_ptr<VsyncState> ptr = mPrimaryVsyncState; in makeResyncCallback()257 void Scheduler::VsyncState::resync(const GetVsyncPeriod& getVsyncPeriod) { in resync()