Home
last modified time | relevance | path

Searched defs:eventThread (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp48 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()
85 auto eventThread = std::make_unique<mock::EventThread>(); in SchedulerTest() local
DTestableScheduler.h53 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
DVSyncDispatchRealtimeTest.cpp196 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
217 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
DRefreshRateSelectionTest.cpp130 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
DTransactionApplicationTest.cpp64 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
DSetFrameRateTest.cpp166 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
DEventThreadTest.cpp60 MockEventThreadConnection(impl::EventThread* eventThread, ResyncCallback&& resyncCallback, in MockEventThreadConnection()
DCompositionTest.cpp130 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
DDisplayTransactionTest.cpp1923 void HandleTransactionLockedTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp183 auto eventThread = std::make_unique<impl::EventThread>(std::move(vsyncSource), in createConnection() local
188 Scheduler::ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
200 EventThread* eventThread, ISurfaceComposer::ConfigChanged configChanged) { in createConnectionInternal()
296 auto eventThread = in enableVSyncInjection() local
DEventThread.cpp122 EventThreadConnection::EventThreadConnection(EventThread* eventThread, in EventThreadConnection()