Home
last modified time | relevance | path

Searched refs:getDataChannel (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp49 virtual sp<BitTube> getDataChannel() const in getDataChannel() function in android::BpDisplayEventConnection
85 sp<BitTube> channel(getDataChannel()); in onTransact()
DDisplayEventReceiver.cpp39 mDataChannel = mEventConnection->getDataChannel(); in DisplayEventReceiver()
/frameworks/native/include/gui/
DIDisplayEventConnection.h42 virtual sp<BitTube> getDataChannel() const = 0;
/frameworks/native/services/surfaceflinger/
DEventThread.h71 virtual sp<BitTube> getDataChannel() const;
DMessageQueue.cpp97 mEventTube = mEvents->getDataChannel(); in setEventThread()
DEventThread.cpp402 sp<BitTube> EventThread::Connection::getDataChannel() const { in getDataChannel() function in android::EventThread::Connection