Loading services/surfaceflinger/Scheduler/Scheduler.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,8 @@ void Scheduler::addPresentFence(PhysicalDisplayId id, std::shared_ptr<FenceTime> if (!scheduleOpt) return; const auto& schedule = scheduleOpt->get(); if (const bool needMoreSignals = schedule->getController().addPresentFence(std::move(fence))) { const bool needMoreSignals = schedule->getController().addPresentFence(std::move(fence)); if (needMoreSignals) { schedule->enableHardwareVsync(); } else { constexpr bool kDisallow = false; Loading Loading
services/surfaceflinger/Scheduler/Scheduler.cpp +2 −1 Original line number Diff line number Diff line Loading @@ -577,7 +577,8 @@ void Scheduler::addPresentFence(PhysicalDisplayId id, std::shared_ptr<FenceTime> if (!scheduleOpt) return; const auto& schedule = scheduleOpt->get(); if (const bool needMoreSignals = schedule->getController().addPresentFence(std::move(fence))) { const bool needMoreSignals = schedule->getController().addPresentFence(std::move(fence)); if (needMoreSignals) { schedule->enableHardwareVsync(); } else { constexpr bool kDisallow = false; Loading