Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DIDisplayEventConnection.cpp47 virtual sp<BitTube> getDataChannel() const in getDataChannel() function in android::BpDisplayEventConnection
79 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.h70 virtual sp<BitTube> getDataChannel() const;
DMessageQueue.cpp107 mEventTube = mEvents->getDataChannel(); in setEventThread()
DEventThread.cpp360 sp<BitTube> EventThread::Connection::getDataChannel() const { in getDataChannel() function in android::EventThread::Connection