Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp56 ANativeWindow::perform = hook_perform; in ReliableSurface()
293 int ReliableSurface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function in android::uirenderer::renderthread::ReliableSurface
DReliableSurface.h77 static int hook_perform(ANativeWindow* window, int operation, ...);
/frameworks/native/libs/gui/include/gui/
DSurface.h186 static int hook_perform(ANativeWindow* window, int operation, ...);
/frameworks/native/libs/gui/
DSurface.cpp71 ANativeWindow::perform = hook_perform; in Surface()
427 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function in android::Surface