Searched refs:stealReceiveChannel (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
H A DIDisplayEventConnection.cpp41 status_t stealReceiveChannel(gui::BitTube* outChannel) override {
43 &IDisplayEventConnection::stealReceiveChannel)>(Tag::STEAL_RECEIVE_CHANNEL,
72 return callLocal(data, reply, &IDisplayEventConnection::stealReceiveChannel);
H A DDisplayEventReceiver.cpp41 mEventConnection->stealReceiveChannel(mDataChannel.get());
/frameworks/native/include/gui/
H A DIDisplayEventConnection.h37 * stealReceiveChannel() returns a BitTube to receive events from. Only the receive file
41 virtual status_t stealReceiveChannel(gui::BitTube* outChannel) = 0;
/frameworks/native/services/surfaceflinger/
H A DEventThread.h72 status_t stealReceiveChannel(gui::BitTube* outChannel) override;
H A DMessageQueue.cpp96 mEvents->stealReceiveChannel(&mEventTube);
H A DEventThread.cpp405 status_t EventThread::Connection::stealReceiveChannel(gui::BitTube* outChannel) { function in class:android::EventThread::Connection

Completed in 1707 milliseconds