Home
last modified time | relevance | path

Searched refs:PersistentProxyListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DGraphicBufferSource.h181 class PersistentProxyListener : public BnConsumerListener {
183 PersistentProxyListener(
186 virtual ~PersistentProxyListener();
DGraphicBufferSource.cpp48 GraphicBufferSource::PersistentProxyListener::PersistentProxyListener( in PersistentProxyListener() function in android::GraphicBufferSource::PersistentProxyListener
54 GraphicBufferSource::PersistentProxyListener::~PersistentProxyListener() {} in ~PersistentProxyListener()
56 void GraphicBufferSource::PersistentProxyListener::onFrameAvailable( in onFrameAvailable()
93 void GraphicBufferSource::PersistentProxyListener::onFrameReplaced( in onFrameReplaced()
101 void GraphicBufferSource::PersistentProxyListener::onBuffersReleased() { in onBuffersReleased()
108 void GraphicBufferSource::PersistentProxyListener::onSidebandStreamChanged() { in onSidebandStreamChanged()
189 proxy = new PersistentProxyListener(mConsumer, listener); in GraphicBufferSource()