Home
last modified time | relevance | path

Searched refs:dequeueBufferInternal (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h219 static int dequeueBufferInternal(ANativeWindow* window, ANativeWindowBuffer** buffer,
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp386 return interceptor(window, Surface::dequeueBufferInternal, data, buffer, fenceFd); in hook_dequeueBuffer()
392 int Surface::dequeueBufferInternal(ANativeWindow* window, ANativeWindowBuffer** buffer, in dequeueBufferInternal() function in android::Surface