Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h254 static int dequeueBufferInternal(ANativeWindow* window, ANativeWindowBuffer** buffer,
/frameworks/native/libs/gui/
DSurface.cpp418 return interceptor(window, Surface::dequeueBufferInternal, data, buffer, fenceFd); in hook_dequeueBuffer()
424 int Surface::dequeueBufferInternal(ANativeWindow* window, ANativeWindowBuffer** buffer, in dequeueBufferInternal() function in android::Surface