Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DSurface.h118 static int hook_query(const ANativeWindow* window, int what, int* value);
/frameworks/native/libs/gui/
DSurface.cpp51 ANativeWindow::query = hook_query; in Surface()
162 int Surface::hook_query(const ANativeWindow* window, in hook_query() function in android::Surface