Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h411 class ProducerListenerProxy : public BnProducerListener {
413 ProducerListenerProxy(wp<Surface> parent, sp<SurfaceListener> listener) in ProducerListenerProxy() function
415 virtual ~ProducerListenerProxy() {} in ~ProducerListenerProxy()
/frameworks/native/libs/gui/
DSurface.cpp1874 mListenerProxy = new ProducerListenerProxy(this, sListener); in connect()
2596 void Surface::ProducerListenerProxy::onBuffersDiscarded(const std::vector<int32_t>& slots) { in onBuffersDiscarded()