Searched refs:needsReleaseNotify (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/bqhelper/
H A DWProducerListener.cpp32 Return<bool> TWProducerListener::needsReleaseNotify() { function in class:android::TWProducerListener
33 return mBase->needsReleaseNotify();
46 bool LWProducerListener::needsReleaseNotify() { function in class:android::LWProducerListener
47 return static_cast<bool>(mBase->needsReleaseNotify());
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DB2HProducerListener.cpp37 Return<bool> B2HProducerListener::needsReleaseNotify() { function in class:android::hardware::graphics::bufferqueue::V1_0::utils::B2HProducerListener
38 return mBase->needsReleaseNotify();
/frameworks/native/include/gui/
H A DIProducerListener.h44 virtual bool needsReleaseNotify() = 0;
58 virtual bool needsReleaseNotify();
66 virtual bool needsReleaseNotify() { return false; } function in class:android::DummyProducerListener
/frameworks/native/libs/gui/include/gui/
H A DIProducerListener.h44 virtual bool needsReleaseNotify() = 0;
58 virtual bool needsReleaseNotify();
66 virtual bool needsReleaseNotify() { return false; } function in class:android::DummyProducerListener
/frameworks/native/libs/gui/
H A DIProducerListener.cpp42 virtual bool needsReleaseNotify() { function in class:android::BpProducerListener
48 ALOGE("IProducerListener: binder call \'needsReleaseNotify\' failed");
75 reply->writeBool(needsReleaseNotify());
85 bool BnProducerListener::needsReleaseNotify() { function in class:android::BnProducerListener
H A DBufferQueueProducer.cpp1204 if (listener->needsReleaseNotify()) {
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DWProducerListener.h49 Return<bool> needsReleaseNotify() override;
57 bool needsReleaseNotify() override;
/frameworks/native/include/gui/bufferqueue/1.0/
H A DB2HProducerListener.h55 Return<bool> needsReleaseNotify() override;
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H A DB2HProducerListener.h55 Return<bool> needsReleaseNotify() override;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h90 virtual bool needsReleaseNotify() { return true; } function in class:android::camera2::ZslProcessor::InputProducerListener

Completed in 498 milliseconds