Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h86 class InputProducerListener : public BnProducerListener {
88 InputProducerListener(wp<ZslProcessor> parent) : mParent(parent) {} in InputProducerListener() function
DZslProcessor.cpp467 void ZslProcessor::InputProducerListener::onBufferReleased() { in onBufferReleased()
513 res = mInputProducer->connect(new InputProducerListener(this), in pushToReprocess()