Searched defs:eventThread (Results 1 – 8 of 8) sorted by relevance
208 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local230 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
141 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
69 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()113 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()
277 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock); variable
194 EventThreadConnection::EventThreadConnection(EventThread* eventThread, uid_t callingUid, in EventThreadConnection()
351 auto eventThread = in createEventThread() local