Searched defs:eventThread (Results 1 – 8 of 8) sorted by relevance
209 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local231 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
194 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
70 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()119 auto eventThread = std::make_unique<MockEventThread>(); in SchedulerTest() local
70 void DisplayTransactionCommitTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
70 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
271 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock); variable
215 EventThreadConnection::EventThreadConnection(EventThread* eventThread, uid_t callingUid, in EventThreadConnection()
362 auto eventThread = in createEventThread() local