Searched refs:pacesetterVsyncSchedule (Results 1 – 1 of 1) sorted by relevance
150 auto [pacesetterVsyncSchedule, isNew] = [&]() REQUIRES(kMainThreadContext) { in registerDisplayInternal()161 applyNewVsyncSchedule(std::move(pacesetterVsyncSchedule)); in registerDisplayInternal()179 std::shared_ptr<VsyncSchedule> pacesetterVsyncSchedule; in unregisterDisplay() local189 pacesetterVsyncSchedule = promotePacesetterDisplayLocked(activeDisplayId, kPromotionParams); in unregisterDisplay()191 applyNewVsyncSchedule(std::move(pacesetterVsyncSchedule)); in unregisterDisplay()929 std::shared_ptr<VsyncSchedule> pacesetterVsyncSchedule; in promotePacesetterDisplay() local932 pacesetterVsyncSchedule = promotePacesetterDisplayLocked(pacesetterId, params); in promotePacesetterDisplay()935 applyNewVsyncSchedule(std::move(pacesetterVsyncSchedule)); in promotePacesetterDisplay()