Home
last modified time | relevance | path

Searched refs:ProducerListener (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/libs/gui/include/gui/
DIProducerListener.h34 class ProducerListener : public virtual RefBase
37 ProducerListener() {} in ProducerListener() function
38 virtual ~ProducerListener();
49 class IProducerListener : public ProducerListener, public IInterface
57 ProducerListener,
/frameworks/native/libs/gui/
DIProducerListener.cpp81 IMPLEMENT_HYBRID_META_INTERFACE(ProducerListener,
99 ProducerListener::~ProducerListener() = default;
/frameworks/av/services/camera/libcameraservice/api2/
DCompositeStream.h83 struct ProducerListener : public BnProducerListener { struct
DDepthCompositeStream.h123 sp<ProducerListener> mProducerListener;
DHeicCompositeStream.h222 sp<ProducerListener> mProducerListener;
DDepthCompositeStream.cpp44 mProducerListener(new ProducerListener()), in DepthCompositeStream()
DHeicCompositeStream.cpp68 mProducerListener(new ProducerListener()), in HeicCompositeStream()