Home
last modified time | relevance | path

Searched refs:stealReceiveChannel (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp41 status_t stealReceiveChannel(gui::BitTube* outChannel) override { in stealReceiveChannel() function in android::BpDisplayEventConnection
43 &IDisplayEventConnection::stealReceiveChannel)>(Tag::STEAL_RECEIVE_CHANNEL, in stealReceiveChannel()
72 return callLocal(data, reply, &IDisplayEventConnection::stealReceiveChannel); in onTransact()
DDisplayEventReceiver.cpp41 mEventConnection->stealReceiveChannel(mDataChannel.get()); in DisplayEventReceiver()
/frameworks/native/services/surfaceflinger/Scheduler/
DMessageQueue.cpp100 mEvents->stealReceiveChannel(&mEventTube); in setEventThread()
111 mEvents->stealReceiveChannel(&mEventTube); in setEventConnection()
DEventThread.h77 status_t stealReceiveChannel(gui::BitTube* outChannel) override;
DEventThread.cpp125 status_t EventThreadConnection::stealReceiveChannel(gui::BitTube* outChannel) { in stealReceiveChannel() function in android::EventThreadConnection
/frameworks/native/libs/gui/include/gui/
DIDisplayEventConnection.h41 virtual status_t stealReceiveChannel(gui::BitTube* outChannel) = 0;
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp31 MOCK_METHOD1(stealReceiveChannel, status_t(gui::BitTube* outChannel));