Home
last modified time | relevance | path

Searched refs:onReleaseBufferLocked (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/nativedisplay/include/surfacetexture/
H A DImageConsumer.h54 void onReleaseBufferLocked(int slot);
H A DEGLConsumer.h99 void onReleaseBufferLocked(int slot);
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DImageConsumer.cpp26 void ImageConsumer::onReleaseBufferLocked(int buf) { in onReleaseBufferLocked() function in android::ImageConsumer
H A DSurfaceTexture.cpp153 mImageConsumer.onReleaseBufferLocked(buf); in releaseBufferLocked()
154 mEGLConsumer.onReleaseBufferLocked(buf); in releaseBufferLocked()
H A DEGLConsumer.cpp224 void EGLConsumer::onReleaseBufferLocked(int buf) { in onReleaseBufferLocked() function in android::EGLConsumer