Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.h90 virtual void setEventConnection(const sp<EventThreadConnection>& connection) = 0;
130 void setEventConnection(const sp<EventThreadConnection>& connection) override;
DMessageQueue.cpp105 void MessageQueue::setEventConnection(const sp<EventThreadConnection>& connection) { in setEventConnection() function in android::impl::MessageQueue
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockMessageQueue.h34 MOCK_METHOD1(setEventConnection, void(const sp<EventThreadConnection>& connection));
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp632 mEventQueue->setEventConnection(mScheduler->getEventConnection(mSfConnectionHandle)); in init()