Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp55 ANativeWindow::query = hook_query; in ReliableSurface()
289 int ReliableSurface::hook_query(const ANativeWindow* window, int what, int* value) { in hook_query() function in android::uirenderer::renderthread::ReliableSurface
DReliableSurface.h78 static int hook_query(const ANativeWindow* window, int what, int* value);
/frameworks/native/libs/gui/include/gui/
DSurface.h187 static int hook_query(const ANativeWindow* window, int what, int* value);
/frameworks/native/libs/gui/
DSurface.cpp70 ANativeWindow::query = hook_query; in Surface()
421 int Surface::hook_query(const ANativeWindow* window, in hook_query() function in android::Surface