Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/bufferqueue/1.0/
DWProducerListener.cpp32 Return<bool> TWProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::TWProducerListener
46 bool LWProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::LWProducerListener
DB2HProducerListener.cpp37 Return<bool> B2HProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::B2HProducerListener
DH2BProducerListener.cpp44 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V1_0::utils::H2BProducerListener
/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
126 bool BnProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::BnProducerListener
/frameworks/native/libs/gui/include/gui/
DIProducerListener.h81 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
DSurface.h332 virtual bool needsReleaseNotify() { in needsReleaseNotify() function
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.h151 BufferProducerListener(wp<Camera3OutputStream> parent, bool needsReleaseNotify) in BufferProducerListener()
159 virtual bool needsReleaseNotify() { return mNeedsReleaseNotify; } in needsReleaseNotify() function
DCamera3OutputStream.cpp57 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
89 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
125 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
150 bool needsReleaseNotify = setId > CAMERA3_STREAM_SET_ID_INVALID; in Camera3OutputStream() local
/frameworks/native/libs/gui/bufferqueue/2.0/
DH2BProducerListener.cpp47 bool H2BProducerListener::needsReleaseNotify() { in needsReleaseNotify() function in android::hardware::graphics::bufferqueue::V2_0::utils::H2BProducerListener
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h90 virtual bool needsReleaseNotify() { return true; } in needsReleaseNotify() function
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp1007 virtual bool needsReleaseNotify() { return false; } in needsReleaseNotify() function
DSurface_test.cpp70 virtual bool needsReleaseNotify() { in needsReleaseNotify() function in android::DummySurfaceListener