Lines Matching refs:Cycle
80 enum class Cycle { enum
140 void createEventThread(Cycle, frametimeline::TokenManager*,
145 Cycle, EventRegistrationFlags eventRegistration = {},
148 const sp<EventThreadConnection>& getEventConnection(Cycle cycle) const { in getEventConnection()
149 return cycle == Cycle::Render ? mRenderEventConnection : mLastCompositeEventConnection; in getEventConnection()
157 void onPrimaryDisplayModeChanged(Cycle, const FrameRateMode&) EXCLUDES(mPolicyLock);
158 void onNonPrimaryDisplayModeChanged(Cycle, const FrameRateMode&);
162 void onFrameRateOverridesChanged(Cycle, PhysicalDisplayId);
164 void onHdcpLevelsChanged(Cycle, PhysicalDisplayId, int32_t, int32_t);
167 void setDuration(Cycle, std::chrono::nanoseconds workDuration,
272 void dump(Cycle, std::string&) const;
361 EventThread& eventThreadFor(Cycle cycle) const { in eventThreadFor()
362 return *(cycle == Cycle::Render ? mRenderEventThread : mLastCompositeEventThread); in eventThreadFor()
587 Cycle cycle;