Home
last modified time | relevance | path

Searched defs:needsReleaseNotify (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/native/libs/gui/bufferqueue/1.0/
H A DWProducerListener.cpp32 Return<bool> TWProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::TWProducerListener
46 bool LWProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::LWProducerListener
H A DB2HProducerListener.cpp37 Return<bool> B2HProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::B2HProducerListener
H A DH2BProducerListener.cpp48 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BProducerListener
/aosp12/frameworks/native/libs/gui/
H A DIProducerListener.cpp44 virtual bool needsReleaseNotify() { in needsReleaseNotify() function in android::BpProducerListener
84 virtual bool needsReleaseNotify() override { in needsReleaseNotify() function in android::HpProducerListener
124 bool BnProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::BnProducerListener
/aosp12/frameworks/native/libs/gui/include/gui/
H A DIProducerListener.h87 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
H A DSurface.h381 virtual bool needsReleaseNotify() { in needsReleaseNotify() function
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.h156 BufferProducerListener(wp<Camera3OutputStream> parent, bool needsReleaseNotify) in BufferProducerListener()
164 virtual bool needsReleaseNotify() { return mNeedsReleaseNotify; } in needsReleaseNotify() function
H A DCamera3OutputStream.cpp66 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
101 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
139 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
165 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A DH2BProducerListener.cpp51 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BProducerListener
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h90 virtual bool needsReleaseNotify() { return true; } in needsReleaseNotify() function
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp557 virtual bool needsReleaseNotify() override { return false; } in TEST_P() function in __anon8a2742890110::TEST_P::DummyProducerListener
/aosp12/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp1016 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
H A DSurface_test.cpp70 virtual bool needsReleaseNotify() { in needsReleaseNotify() function in android::FakeSurfaceListener
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp275 virtual ::android::hardware::Return<bool> needsReleaseNotify() override { in needsReleaseNotify() function