Home
last modified time | relevance | path

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

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