Searched refs:hook_cancelBuffer (Results 1 – 4 of 4) sorted by relevance
86 static int hook_cancelBuffer(ANativeWindow* window, ANativeWindow_cancelBufferFn cancelBuffer,
53 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
242 static int hook_cancelBuffer(ANativeWindow* window,
98 ANativeWindow::cancelBuffer = hook_cancelBuffer; in Surface()430 int Surface::hook_cancelBuffer(ANativeWindow* window, in hook_cancelBuffer() function in android::Surface