Searched refs:getEventConnection (Results 1 – 4 of 4) sorted by relevance
120 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()
101 sp<EventThreadConnection> getEventConnection(const sp<ConnectionHandle>& handle);
181 sp<EventThreadConnection> Scheduler::getEventConnection(const sp<ConnectionHandle>& handle) { in getEventConnection() function in android::Scheduler
3048 mEventQueue->setEventConnection(mScheduler->getEventConnection(mSfConnectionHandle)); in initScheduler()