Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A 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
H A DReliableSurface.h84 static int hook_dequeueBuffer(ANativeWindow* window,
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h209 static int hook_dequeueBuffer(ANativeWindow* window,
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp82 ANativeWindow::dequeueBuffer = hook_dequeueBuffer; in Surface()
378 int Surface::hook_dequeueBuffer(ANativeWindow* window, in hook_dequeueBuffer() function in android::Surface