Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DSurface.h152 static int hook_perform(ANativeWindow* window, int operation, ...);
/frameworks/native/libs/gui/
DSurface.cpp59 ANativeWindow::perform = hook_perform; in Surface()
204 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function in android::Surface