Home
last modified time | relevance | path

Searched refs:createEventConnection (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockEventThread.h31 MOCK_CONST_METHOD2(createEventConnection,
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h108 virtual sp<EventThreadConnection> createEventConnection(
150 sp<EventThreadConnection> createEventConnection(
DEventThread.cpp214 sp<EventThreadConnection> EventThread::createEventConnection( in createEventConnection() function in android::impl::EventThread
DScheduler.cpp201 return eventThread->createEventConnection([&] { resync(); }, configChanged); in createConnectionInternal()
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateSelectionTest.cpp134 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler()
139 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
DTransactionApplicationTest.cpp68 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler()
74 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
DSchedulerTest.cpp93 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in SchedulerTest()
DSetFrameRateTest.cpp170 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler()
175 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
DCompositionTest.cpp134 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler()
140 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
DDisplayTransactionTest.cpp204 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in injectMockScheduler()
209 EXPECT_CALL(*mSFEventThread, createEventConnection(_, _)) in injectMockScheduler()