Home
last modified time | relevance | path

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

/frameworks/base/libs/hostgraphics/gui/
DSurface.h33 ANativeWindow::dequeueBuffer = hook_dequeueBuffer; in mBufferProducer()
101 static int hook_dequeueBuffer(ANativeWindow* window, ANativeWindowBuffer** buffer, in hook_dequeueBuffer() function
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h88 static int hook_dequeueBuffer(ANativeWindow* window,
DReliableSurface.cpp57 result = ANativeWindow_setDequeueBufferInterceptor(mWindow, hook_dequeueBuffer, this); in init()
175 int ReliableSurface::hook_dequeueBuffer(ANativeWindow* window, in hook_dequeueBuffer() function in android::uirenderer::renderthread::ReliableSurface
/frameworks/native/libs/gui/include/gui/
DSurface.h244 static int hook_dequeueBuffer(ANativeWindow* window,
/frameworks/native/libs/gui/
DSurface.cpp97 ANativeWindow::dequeueBuffer = hook_dequeueBuffer; in Surface()
410 int Surface::hook_dequeueBuffer(ANativeWindow* window, in hook_dequeueBuffer() function in android::Surface