Searched refs:hook_query (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hostgraphics/gui/ |
D | Surface.h | 34 ANativeWindow::query = hook_query; in mBufferProducer() 96 static int hook_query(const ANativeWindow* window, int what, int* value) { in hook_query() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.h | 96 static int hook_query(const ANativeWindow* window, ANativeWindow_queryFn query, void* data,
|
D | ReliableSurface.cpp | 69 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/ |
D | Surface.h | 247 static int hook_query(const ANativeWindow* window, int what, int* value);
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 100 ANativeWindow::query = hook_query; in Surface() 534 int Surface::hook_query(const ANativeWindow* window, int what, int* value) { in hook_query() function in android::Surface
|