/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/ |
H A D | WProducerListener.cpp | 32 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()
|
H A D | B2HProducerListener.cpp | 37 Return<bool> B2HProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::B2HProducerListener 38 return mBase->needsReleaseNotify(); in needsReleaseNotify()
|
H A D | H2BProducerListener.cpp | 48 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BProducerListener 49 Return<bool> transResult = mBase->needsReleaseNotify(); in needsReleaseNotify()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | IProducerListener.cpp | 44 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()); 124 bool BnProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::BnProducerListener
|
H A D | BufferQueueProducer.cpp | 1271 mCore->mBufferReleasedCbEnabled = listener->needsReleaseNotify(); in connect()
|
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | IProducerListener.h | 48 virtual bool needsReleaseNotify() = 0; 73 virtual bool needsReleaseNotify(); 87 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
|
H A D | Surface.h | 50 virtual bool needsReleaseNotify() = 0; 381 virtual bool needsReleaseNotify() { in needsReleaseNotify() function 382 return mSurfaceListener->needsReleaseNotify(); in needsReleaseNotify()
|
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
H A D | WProducerListener.h | 48 Return<bool> needsReleaseNotify() override; 56 bool needsReleaseNotify() override;
|
H A D | H2BProducerListener.h | 46 virtual bool needsReleaseNotify() override;
|
H A D | B2HProducerListener.h | 55 Return<bool> needsReleaseNotify() override;
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputStream.h | 156 BufferProducerListener(wp<Camera3OutputStream> parent, bool needsReleaseNotify) in BufferProducerListener() argument 157 : mParent(parent), mNeedsReleaseNotify(needsReleaseNotify) {} in BufferProducerListener() 164 virtual bool needsReleaseNotify() { return mNeedsReleaseNotify; } in needsReleaseNotify() function
|
H A D | Camera3OutputStream.cpp | 66 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local 67 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream() 101 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local 102 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream() 139 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local 140 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream() 165 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local 166 mBufferProducerListener = new BufferProducerListener(this, needsReleaseNotify); in Camera3OutputStream()
|
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/ |
H A D | B2HProducerListener.cpp | 29 mNeedsReleaseNotify{base ? base->needsReleaseNotify() : false} {
|
H A D | H2BProducerListener.cpp | 51 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BProducerListener
|
H A D | H2BGraphicBufferProducer.cpp | 327 if (listener && listener->needsReleaseNotify()) { in connect()
|
/aosp12/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/ |
H A D | H2BProducerListener.h | 48 virtual bool needsReleaseNotify() override;
|
/aosp12/hardware/interfaces/graphics/bufferqueue/1.0/ |
H A D | IProducerListener.hal | 25 needsReleaseNotify() generates (bool result);
|
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/ |
H A D | ZslProcessor.h | 90 virtual bool needsReleaseNotify() { return true; } in needsReleaseNotify() function
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
H A D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 557 virtual bool needsReleaseNotify() override { return false; } in TEST_P() function in __anon8a2742890110::TEST_P::DummyProducerListener
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | BufferQueue_test.cpp | 1016 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
|
H A D | Surface_test.cpp | 70 virtual bool needsReleaseNotify() { in needsReleaseNotify() function in android::FakeSurfaceListener
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
H A D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 275 virtual ::android::hardware::Return<bool> needsReleaseNotify() override { in needsReleaseNotify() function
|