Home
last modified time | relevance | path

Searched refs:getEventConnection (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp120 EXPECT_TRUE(mScheduler->getEventConnection(nullptr) == nullptr); in TEST_F()
143 EXPECT_TRUE(mScheduler->getEventConnection(connectionHandle) == nullptr); in TEST_F()
176 EXPECT_TRUE(mScheduler->getEventConnection(mConnectionHandle) != nullptr); in TEST_F()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h101 sp<EventThreadConnection> getEventConnection(const sp<ConnectionHandle>& handle);
DScheduler.cpp181 sp<EventThreadConnection> Scheduler::getEventConnection(const sp<ConnectionHandle>& handle) { in getEventConnection() function in android::Scheduler
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3048 mEventQueue->setEventConnection(mScheduler->getEventConnection(mSfConnectionHandle)); in initScheduler()