Home
last modified time | relevance | path

Searched refs:hook_queueBuffer (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h91 static int hook_queueBuffer(ANativeWindow* window, ANativeWindow_queueBufferFn queueBuffer,
DReliableSurface.cpp61 result = ANativeWindow_setQueueBufferInterceptor(mWindow, hook_queueBuffer, this); in init()
216 int ReliableSurface::hook_queueBuffer(ANativeWindow* window, in hook_queueBuffer() function in android::uirenderer::renderthread::ReliableSurface
/frameworks/native/libs/gui/include/gui/
DSurface.h248 static int hook_queueBuffer(ANativeWindow* window,
/frameworks/native/libs/gui/
DSurface.cpp99 ANativeWindow::queueBuffer = hook_queueBuffer; in Surface()
449 int Surface::hook_queueBuffer(ANativeWindow* window, in hook_queueBuffer() function in android::Surface