Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h82 static int hook_cancelBuffer(ANativeWindow* window, ANativeWindow_cancelBufferFn cancelBuffer,
DReliableSurface.cpp53 int result = ANativeWindow_setCancelBufferInterceptor(mWindow, hook_cancelBuffer, this); in init()
202 int ReliableSurface::hook_cancelBuffer(ANativeWindow* window, in hook_cancelBuffer() function in android::uirenderer::renderthread::ReliableSurface
/frameworks/native/libs/gui/include/gui/
DSurface.h212 static int hook_cancelBuffer(ANativeWindow* window,
/frameworks/native/libs/gui/
DSurface.cpp84 ANativeWindow::cancelBuffer = hook_cancelBuffer; in Surface()
403 int Surface::hook_cancelBuffer(ANativeWindow* window, in hook_cancelBuffer() function in android::Surface