Searched refs:OutputListener (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/gui/
H A DStreamSplitter.h90 // IProducerListener. It gets called from an OutputListener (see below), and
111 class OutputListener : public BnProducerListener, class in class:android::StreamSplitter
114 OutputListener(const sp<StreamSplitter>& splitter,
116 virtual ~OutputListener();
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp83 sp<OutputListener> listener(new OutputListener(this, outputQueue));
260 StreamSplitter::OutputListener::OutputListener( function in class:android::StreamSplitter::OutputListener
265 StreamSplitter::OutputListener::~OutputListener() {}
267 void StreamSplitter::OutputListener::onBufferReleased() {
271 void StreamSplitter::OutputListener::binderDied(const wp<IBinder>& /* who */) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h110 // IProducerListener. It gets called from an OutputListener (see below), and
140 class OutputListener : public BnProducerListener, class in class:android::Camera3StreamSplitter
143 OutputListener(wp<Camera3StreamSplitter> splitter,
145 virtual ~OutputListener() = default;
238 std::unordered_map<sp<IGraphicBufferProducer>, sp<OutputListener>,
H A DCamera3StreamSplitter.cpp114 sp<OutputListener> listener = notifier.second;
166 sp<OutputListener> listener(new OutputListener(this, gbp));
527 Camera3StreamSplitter::OutputListener::OutputListener( function in class:android::Camera3StreamSplitter::OutputListener
532 void Camera3StreamSplitter::OutputListener::onBufferReleased() {
541 void Camera3StreamSplitter::OutputListener::binderDied(const wp<IBinder>& /* who */) {
/frameworks/av/include/media/stagefright/
H A DMediaSync.h171 class OutputListener : public BnProducerListener, class in class:android::MediaSync
174 OutputListener(const sp<MediaSync> &sync, const sp<IGraphicBufferProducer> &output);
175 virtual ~OutputListener();
254 // It gets called from an OutputListener.
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaSync.h171 class OutputListener : public BnProducerListener, class in class:android::MediaSync
174 OutputListener(const sp<MediaSync> &sync, const sp<IGraphicBufferProducer> &output);
175 virtual ~OutputListener();
254 // It gets called from an OutputListener.
/frameworks/av/media/libstagefright/include/
H A DMediaSync.h171 class OutputListener : public BnProducerListener, class in class:android::MediaSync
174 OutputListener(const sp<MediaSync> &sync, const sp<IGraphicBufferProducer> &output);
175 virtual ~OutputListener();
254 // It gets called from an OutputListener.
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp116 sp<OutputListener> listener(new OutputListener(this, output));
828 MediaSync::OutputListener::OutputListener(const sp<MediaSync> &sync, function in class:android::MediaSync::OutputListener
833 MediaSync::OutputListener::~OutputListener() {}
835 void MediaSync::OutputListener::onBufferReleased() {
839 void MediaSync::OutputListener::binderDied(const wp<IBinder> &/* who */) {

Completed in 129 milliseconds