Home
last modified time | relevance | path

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

/frameworks/base/libs/hostgraphics/gui/
DSurface.h32 ANativeWindow::perform = hook_perform; in mBufferProducer()
87 static int hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h94 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.h246 static int hook_perform(ANativeWindow* window, int operation, ...);
/frameworks/native/libs/gui/
DSurface.cpp101 ANativeWindow::perform = hook_perform; in Surface()
507 int Surface::hook_perform(ANativeWindow* window, int operation, ...) { in hook_perform() function in android::Surface