Home
last modified time | relevance | path

Searched refs:mInjectorEventThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h681 sp<EventThread> mInjectorEventThread; variable
DSurfaceFlinger_hwc1.cpp910 mInjectorEventThread = new EventThread(mVSyncInjector, *this, false); in enableVSyncInjections()
912 mEventQueue.setEventThread(mInjectorEventThread); in enableVSyncInjections()
927 if (mInjectVSyncs && mInjectorEventThread.get() != nullptr) { in injectVSync()
DSurfaceFlinger.cpp1053 mInjectorEventThread = new EventThread(mVSyncInjector, *this, false); in enableVSyncInjectionsInternal()
1055 mEventQueue.setEventThread(mInjectorEventThread); in enableVSyncInjectionsInternal()
1088 if (mInjectVSyncs && mInjectorEventThread.get() != nullptr) { in injectVSync()