Home
last modified time | relevance | path

Searched refs:ANativeWindow_queryInterceptor (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/nativewindow/include/system/
Dwindow.h1289 typedef int (*ANativeWindow_queryInterceptor)(const ANativeWindow* window, typedef
1306 ANativeWindow_queryInterceptor interceptor, in ANativeWindow_setQueryInterceptor()
/frameworks/native/libs/gui/include/gui/
DSurface.h575 ANativeWindow_queryInterceptor mQueryInterceptor = nullptr;
/frameworks/native/libs/gui/
DSurface.cpp1756 ANativeWindow_queryInterceptor interceptor = va_arg(args, ANativeWindow_queryInterceptor); in dispatchAddQueryInterceptor()