Lines Matching refs:Cycle

348 void Scheduler::createEventThread(Cycle cycle, frametimeline::TokenManager* tokenManager,  in createEventThread()
352 std::make_unique<android::impl::EventThread>(cycle == Cycle::Render ? "app" : "appSf", in createEventThread()
356 if (cycle == Cycle::Render) { in createEventThread()
366 Cycle cycle, EventRegistrationFlags eventRegistration, const sp<IBinder>& layerHandle) { in createDisplayEventConnection()
390 eventThreadFor(Cycle::Render).onHotplugReceived(displayId, connected); in dispatchHotplug()
391 eventThreadFor(Cycle::LastComposite).onHotplugReceived(displayId, connected); in dispatchHotplug()
397 eventThreadFor(Cycle::Render).onHotplugConnectionError(errorCode); in dispatchHotplugError()
398 eventThreadFor(Cycle::LastComposite).onHotplugConnectionError(errorCode); in dispatchHotplugError()
403 eventThreadFor(Cycle::Render).enableSyntheticVsync(enable); in enableSyntheticVsync()
406 void Scheduler::onFrameRateOverridesChanged(Cycle cycle, PhysicalDisplayId displayId) { in onFrameRateOverridesChanged()
416 void Scheduler::onHdcpLevelsChanged(Cycle cycle, PhysicalDisplayId displayId, in onHdcpLevelsChanged()
421 void Scheduler::onPrimaryDisplayModeChanged(Cycle cycle, const FrameRateMode& mode) { in onPrimaryDisplayModeChanged()
462 void Scheduler::onNonPrimaryDisplayModeChanged(Cycle cycle, const FrameRateMode& mode) { in onNonPrimaryDisplayModeChanged()
468 void Scheduler::dump(Cycle cycle, std::string& result) const { in dump()
472 void Scheduler::setDuration(Cycle cycle, std::chrono::nanoseconds workDuration, in setDuration()
499 setDuration(Cycle::Render, in setVsyncConfig()
502 setDuration(Cycle::LastComposite, in setVsyncConfig()
974 eventThreadFor(Cycle::Render).onNewVsyncSchedule(vsyncSchedule); in applyNewVsyncSchedule()
975 eventThreadFor(Cycle::LastComposite).onNewVsyncSchedule(vsyncSchedule); in applyNewVsyncSchedule()