HomeSort by relevance Sort by last modified time
    Searched refs:ProducerListener (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/gui/
IProducerListener.h 26 // ProducerListener is the interface through which the BufferQueue notifies the
32 class ProducerListener : public virtual RefBase
35 ProducerListener() {}
36 virtual ~ProducerListener();
47 class IProducerListener : public ProducerListener, public IInterface
50 DECLARE_META_INTERFACE(ProducerListener)
  /frameworks/native/libs/gui/
IProducerListener.cpp 64 IMPLEMENT_META_INTERFACE(ProducerListener, "android.gui.IProducerListener")
81 ProducerListener::~ProducerListener() = default;

Completed in 69 milliseconds