Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h950 std::unique_ptr<EventThread> mInjectorEventThread; variable
DSurfaceFlinger.cpp1255 mInjectorEventThread = std::make_unique< in enableVSyncInjections()
1260 mEventQueue->setEventThread(mInjectorEventThread.get(), std::move(resyncCallback)); in enableVSyncInjections()
1280 if (mInjectVSyncs && mInjectorEventThread.get() != nullptr) { in injectVSync()