Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DVSyncDispatchRealtimeTest.cpp208 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
230 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
DSurfaceFlinger_DisplayModeSwitching.cpp141 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
DSchedulerTest.cpp69 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()
113 auto eventThread = std::make_unique<MockEventThread>(); in SchedulerTest() local
DSurfaceFlinger_DisplayTransactionCommitTest.cpp70 void DisplayTransactionCommitTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
DEventThreadTest.cpp70 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
DTestableSurfaceFlinger.h277 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock); variable
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.cpp194 EventThreadConnection::EventThreadConnection(EventThread* eventThread, uid_t callingUid, in EventThreadConnection()
DScheduler.cpp351 auto eventThread = in createEventThread() local