Searched defs:needsReleaseNotify (Results 1 - 5 of 5) sorted by relevance

/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/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/av/media/libstagefright/omx/1.0/
H A DWProducerListener.cpp37 Return<bool> TWProducerListener::needsReleaseNotify() { function in class:android::hardware::media::omx::V1_0::implementation::TWProducerListener
38 return mBase->needsReleaseNotify();
51 bool LWProducerListener::needsReleaseNotify() { function in class:android::hardware::media::omx::V1_0::implementation::LWProducerListener
52 return static_cast<bool>(mBase->needsReleaseNotify());
/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
/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 116 milliseconds