Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DSurface.h258 static int queryInternal(const ANativeWindow* window, int what, int* value);
/frameworks/native/libs/gui/
DSurface.cpp541 return interceptor(window, Surface::queryInternal, data, what, value); in hook_query()
547 int Surface::queryInternal(const ANativeWindow* window, int what, int* value) { in queryInternal() function in android::Surface