Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp150 auto [pacesetterVsyncSchedule, isNew] = [&]() REQUIRES(kMainThreadContext) { in registerDisplayInternal()
161 applyNewVsyncSchedule(std::move(pacesetterVsyncSchedule)); in registerDisplayInternal()
179 std::shared_ptr<VsyncSchedule> pacesetterVsyncSchedule; in unregisterDisplay() local
189 pacesetterVsyncSchedule = promotePacesetterDisplayLocked(activeDisplayId, kPromotionParams); in unregisterDisplay()
191 applyNewVsyncSchedule(std::move(pacesetterVsyncSchedule)); in unregisterDisplay()
929 std::shared_ptr<VsyncSchedule> pacesetterVsyncSchedule; in promotePacesetterDisplay() local
932 pacesetterVsyncSchedule = promotePacesetterDisplayLocked(pacesetterId, params); in promotePacesetterDisplay()
935 applyNewVsyncSchedule(std::move(pacesetterVsyncSchedule)); in promotePacesetterDisplay()