Searched refs:hook_queueBuffer (Results 1 – 4 of 4) sorted by relevance
91 static int hook_queueBuffer(ANativeWindow* window, ANativeWindow_queueBufferFn queueBuffer,
61 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
248 static int hook_queueBuffer(ANativeWindow* window,
99 ANativeWindow::queueBuffer = hook_queueBuffer; in Surface()449 int Surface::hook_queueBuffer(ANativeWindow* window, in hook_queueBuffer() function in android::Surface