Home
last modified time | relevance | path

Searched refs:needsReleaseNotify (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/libs/gui/bufferqueue/1.0/
DWProducerListener.cpp32 Return<bool> TWProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::TWProducerListener
33 return mBase->needsReleaseNotify(); in needsReleaseNotify()
46 bool LWProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::LWProducerListener
47 return static_cast<bool>(mBase->needsReleaseNotify()); in needsReleaseNotify()
DB2HProducerListener.cpp37 Return<bool> B2HProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::B2HProducerListener
38 return mBase->needsReleaseNotify(); in needsReleaseNotify()
DH2BProducerListener.cpp48 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BProducerListener
49 Return<bool> transResult = mBase->needsReleaseNotify(); in needsReleaseNotify()
/frameworks/native/libs/gui/
DIProducerListener.cpp44 virtual bool needsReleaseNotify() { in needsReleaseNotify() function in android::BpProducerListener
84 virtual bool needsReleaseNotify() override { in needsReleaseNotify() function in android::HpProducerListener
85 return mBase->needsReleaseNotify(); in needsReleaseNotify()
105 reply->writeBool(needsReleaseNotify()); in onTransact()
124 bool BnProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::BnProducerListener
DBufferQueueProducer.cpp1271 mCore->mBufferReleasedCbEnabled = listener->needsReleaseNotify(); in connect()
/frameworks/native/libs/gui/include/gui/
DIProducerListener.h48 virtual bool needsReleaseNotify() = 0;
73 virtual bool needsReleaseNotify();
88 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
DSurface.h48 virtual bool needsReleaseNotify() = 0;
351 virtual bool needsReleaseNotify() { in needsReleaseNotify() function
352 return mSurfaceListener->needsReleaseNotify(); in needsReleaseNotify()
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
DWProducerListener.h48 Return<bool> needsReleaseNotify() override;
56 bool needsReleaseNotify() override;
DH2BProducerListener.h46 virtual bool needsReleaseNotify() override;
DB2HProducerListener.h55 Return<bool> needsReleaseNotify() override;
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h151 BufferProducerListener(wp<Camera3OutputStream> parent, bool needsReleaseNotify) in BufferProducerListener() argument
152 : mParent(parent), mNeedsReleaseNotify(needsReleaseNotify) {} in BufferProducerListener()
159 virtual bool needsReleaseNotify() { return mNeedsReleaseNotify; } in needsReleaseNotify() function
DCamera3OutputStream.cpp58 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
59 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream()
90 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
91 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream()
126 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
127 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream()
151 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
152 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream()
/frameworks/native/libs/gui/bufferqueue/2.0/
DB2HProducerListener.cpp29 mNeedsReleaseNotify{base ? base->needsReleaseNotify() : false} {
DH2BProducerListener.cpp51 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BProducerListener
DH2BGraphicBufferProducer.cpp327 if (listener && listener->needsReleaseNotify()) { in connect()
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/
DH2BProducerListener.h48 virtual bool needsReleaseNotify() override;
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h90 virtual bool needsReleaseNotify() { return true; } in needsReleaseNotify() function
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp554 virtual bool needsReleaseNotify() override { return false; } in TEST_P() function in __anon79ad909d0111::TEST_P::DummyProducerListener
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp1019 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
DSurface_test.cpp69 virtual bool needsReleaseNotify() { in needsReleaseNotify() function in android::DummySurfaceListener