Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp49 explicit MockEventThreadConnection(EventThread* eventThread) in MockEventThreadConnection()
95 auto eventThread = std::make_unique<MockEventThread>(); in SchedulerTest() local
DTestableScheduler.h63 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
DVSyncDispatchRealtimeTest.cpp211 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
233 std::thread eventThread([&] { cb_receiver.repeatedly_schedule(mIterations, on_each_frame); }); in TEST_F() local
DSurfaceFlinger_DisplayModeSwitching.cpp112 auto eventThread = std::make_unique<mock::EventThread>(); in setupScheduler() local
DSurfaceFlinger_DisplayTransactionCommitTest.cpp70 void DisplayTransactionCommitTest::expectHotplugReceived(mock::EventThread* eventThread) { in expectHotplugReceived()
DEventThreadTest.cpp67 MockEventThreadConnection(impl::EventThread* eventThread, uid_t callingUid, in MockEventThreadConnection()
DTestableSurfaceFlinger.h272 auto eventThread = makeMock<mock::EventThread>(options.useNiceMock); variable
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.cpp281 auto eventThread = std::make_unique<impl::EventThread>(cycle == Cycle::Render ? "app" : "appSf", in createEventThread() local
292 ConnectionHandle Scheduler::createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()
304 EventThread* eventThread, EventRegistrationFlags eventRegistration, in createConnectionInternal()
DEventThread.cpp164 EventThreadConnection::EventThreadConnection(EventThread* eventThread, uid_t callingUid, in EventThreadConnection()
/frameworks/native/services/surfaceflinger/fuzzer/
Dsurfaceflinger_fuzzers_utils.h246 ConnectionHandle createConnection(std::unique_ptr<EventThread> eventThread) { in createConnection()