Searched refs:hook_perform (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hostgraphics/gui/ |
D | Surface.h | 31 ANativeWindow::perform = hook_perform; 56 static int hook_perform(ANativeWindow* window, int operation, ...) { return 0; } in hook_perform() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.h | 90 static int hook_perform(ANativeWindow* window, ANativeWindow_performFn perform, void* data,
|
D | ReliableSurface.cpp | 65 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/ |
D | Surface.h | 216 static int hook_perform(ANativeWindow* window, int operation, ...);
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 87 ANativeWindow::perform = hook_perform; in Surface() 480 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function in android::Surface
|