Searched defs:eventThread (Results 1 – 10 of 10) sorted by relevance
49 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()95 auto eventThread = std::make_unique<MockEventThread>(); in SchedulerTest() local
63 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
211 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local233 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
112 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
70 void DisplayTransactionCommitTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
272 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock); variable
281 auto eventThread = std::make_unique<impl::EventThread>(cycle == Cycle::Render ? "app" : "appSf", in createEventThread() local292 ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()304 EventThread* eventThread, EventRegistrationFlags eventRegistration, in createConnectionInternal()
164 EventThreadConnection::EventThreadConnection(EventThread* eventThread, uid_t callingUid, in EventThreadConnection()
246 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()