Home
last modified time | relevance | path

Searched refs:hook_perform (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hostgraphics/gui/
DSurface.h31 ANativeWindow::perform = hook_perform;
56 static int hook_perform(ANativeWindow* window, int operation, ...) { return 0; } in hook_perform() function
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h90 static int hook_perform(ANativeWindow* window, ANativeWindow_performFn perform, void* data,
DReliableSurface.cpp65 result = ANativeWindow_setPerformInterceptor(mWindow, hook_perform, this); in init()
232 int ReliableSurface::hook_perform(ANativeWindow* window, ANativeWindow_performFn perform, in hook_perform() function in android::uirenderer::renderthread::ReliableSurface
/frameworks/native/libs/gui/include/gui/
DSurface.h216 static int hook_perform(ANativeWindow* window, int operation, ...);
/frameworks/native/libs/gui/
DSurface.cpp87 ANativeWindow::perform = hook_perform; in Surface()
480 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function in android::Surface