Lines Matching refs:EventThread
232 impl::EventThread::ThrottleVsyncCallback Scheduler::makeThrottleVsyncCallback() const { in makeThrottleVsyncCallback()
243 impl::EventThread::GetVsyncPeriodFunction Scheduler::makeGetVsyncPeriodFunction() const { in makeGetVsyncPeriodFunction()
267 impl::EventThread::InterceptVSyncsCallback interceptCallback) { in createConnection()
271 auto eventThread = std::make_unique<impl::EventThread>(std::move(vsyncSource), tokenManager, in createConnection()
278 Scheduler::ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
290 EventThread* eventThread, ISurfaceComposer::EventRegistrationFlags eventRegistration) { in createConnectionInternal()
309 android::EventThread* thread; in onHotplugReceived()
320 android::EventThread* thread; in onScreenAcquired()
331 android::EventThread* thread; in onScreenReleased()
354 android::EventThread* thread; in onFrameRateOverridesChanged()
406 android::EventThread* thread; in onNonPrimaryDisplayModeChanged()
422 android::EventThread* thread; in dump()
433 android::EventThread* thread; in setDuration()
460 std::make_unique<impl::EventThread>(std::move(vsyncSource), in enableVSyncInjection()
462 impl::EventThread::InterceptVSyncsCallback(), in enableVSyncInjection()
463 impl::EventThread::ThrottleVsyncCallback(), in enableVSyncInjection()
464 impl::EventThread::GetVsyncPeriodFunction()); in enableVSyncInjection()