Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DReliableSurface.h92 static int hook_query(const ANativeWindow* window, ANativeWindow_queryFn query, void* data,
DReliableSurface.cpp69 result = ANativeWindow_setQueryInterceptor(mWindow, hook_query, this); in init()
275 int ReliableSurface::hook_query(const ANativeWindow *window, ANativeWindow_queryFn query, in hook_query() function in android::uirenderer::renderthread::ReliableSurface
/frameworks/native/libs/gui/include/gui/
DSurface.h212 static int hook_query(const ANativeWindow* window, int what, int* value);
/frameworks/native/libs/gui/
DSurface.cpp85 ANativeWindow::query = hook_query; in Surface()
502 int Surface::hook_query(const ANativeWindow* window, int what, int* value) { in hook_query() function in android::Surface