Searched refs:createEventConnection (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockEventThread.h | 36 sp<EventThreadConnection> createEventConnection(EventRegistrationFlags flags) const override { in createEventConnection() function 37 return createEventConnection(false, flags); in createEventConnection() 39 MOCK_METHOD(sp<EventThreadConnection>, createEventConnection, (bool, EventRegistrationFlags),
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTest.cpp | 69 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in injectMockScheduler() 74 EXPECT_CALL(*mSFEventThread, createEventConnection(_, _)) in injectMockScheduler()
|
D | TestableScheduler.h | 77 mRenderEventConnection = mRenderEventThread->createEventConnection(); in setEventThread() 80 mLastCompositeEventConnection = mLastCompositeEventThread->createEventConnection(); in setEventThread()
|
D | SurfaceFlinger_DisplayModeSwitching.cpp | 146 EXPECT_CALL(*eventThread, createEventConnection(_, _)) in setupScheduler() 151 EXPECT_CALL(*sfEventThread, createEventConnection(_, _)) in setupScheduler()
|
D | TestableSurfaceFlinger.h | 281 EXPECT_CALL(*eventThread, createEventConnection(_, _)) 286 EXPECT_CALL(*sfEventThread, createEventConnection(_, _))
|
D | SchedulerTest.cpp | 121 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in SchedulerTest() 743 EXPECT_CALL(*mEventThread, createEventConnection(_, _)) in TEST_F()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | EventThread.h | 103 virtual sp<EventThreadConnection> createEventConnection( 157 sp<EventThreadConnection> createEventConnection(
|
D | Scheduler.cpp | 358 mRenderEventConnection = mRenderEventThread->createEventConnection(); in createEventThread() 361 mLastCompositeEventConnection = mLastCompositeEventThread->createEventConnection(); in createEventThread() 367 const auto connection = eventThreadFor(cycle).createEventConnection(eventRegistration); in createDisplayEventConnection()
|
D | EventThread.cpp | 327 sp<EventThreadConnection> EventThread::createEventConnection( in createEventConnection() function in android::impl::EventThread
|