Searched defs:eventThread (Results 1 – 11 of 11) sorted by relevance
48 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()85 auto eventThread = std::make_unique<mock::EventThread>(); in SchedulerTest() local
53 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
196 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local217 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
130 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
64 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
166 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
60 MockEventThreadConnection(impl::EventThread* eventThread, ResyncCallback&& resyncCallback, in MockEventThreadConnection()
1923 void HandleTransactionLockedTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
183 auto eventThread = std::make_unique<impl::EventThread>(std::move(vsyncSource), in createConnection() local188 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
122 EventThreadConnection::EventThreadConnection(EventThread* eventThread, in EventThreadConnection()