Searched refs:mInjectorEventThread (Results 1 – 2 of 2) sorted by relevance
950 std::unique_ptr<EventThread> mInjectorEventThread; variable
1255 mInjectorEventThread = std::make_unique< in enableVSyncInjections()1260 mEventQueue->setEventThread(mInjectorEventThread.get(), std::move(resyncCallback)); in enableVSyncInjections()1280 if (mInjectVSyncs && mInjectorEventThread.get() != nullptr) { in injectVSync()