Home
last modified time | relevance | path

Searched refs:VsyncState (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h84 struct VsyncState { struct
85 explicit VsyncState(Scheduler& scheduler) : scheduler(scheduler) {} in VsyncState() function
246 const std::shared_ptr<VsyncState> mPrimaryVsyncState{std::make_shared<VsyncState>(*this)};
DScheduler.cpp249 std::weak_ptr<VsyncState> ptr = mPrimaryVsyncState; in makeResyncCallback()
257 void Scheduler::VsyncState::resync(const GetVsyncPeriod& getVsyncPeriod) { in resync()