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.h1112 typedef int (*ANativeWindow_queryInterceptor)(const ANativeWindow* window, typedef
1129 ANativeWindow_queryInterceptor interceptor, in ANativeWindow_setQueryInterceptor()
/frameworks/native/libs/gui/include/gui/
DSurface.h522 ANativeWindow_queryInterceptor mQueryInterceptor = nullptr;
/frameworks/native/libs/gui/
DSurface.cpp1780 ANativeWindow_queryInterceptor interceptor = va_arg(args, ANativeWindow_queryInterceptor); in dispatchAddQueryInterceptor()