Searched refs:createEventConnection (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockEventThread.h | 31 MOCK_CONST_METHOD2(createEventConnection,
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.h | 108 virtual sp<EventThreadConnection> createEventConnection( 150 sp<EventThreadConnection> createEventConnection(
|
D | EventThread.cpp | 214 sp<EventThreadConnection> EventThread::createEventConnection( in createEventConnection() function in android::impl::EventThread
|
D | Scheduler.cpp | 201 return eventThread->createEventConnection([&] { resync(); }, configChanged); in createConnectionInternal()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | RefreshRateSelectionTest.cpp | 134 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler() 139 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
|
D | TransactionApplicationTest.cpp | 68 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler() 74 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
|
D | SchedulerTest.cpp | 93 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in SchedulerTest()
|
D | SetFrameRateTest.cpp | 170 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler() 175 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
|
D | CompositionTest.cpp | 134 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler() 140 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
|
D | DisplayTransactionTest.cpp | 204 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in injectMockScheduler() 209 EXPECT_CALL(*mSFEventThread, createEventConnection(_, _)) in injectMockScheduler()
|