Home
last modified time | relevance | path

Searched refs:ANativeWindow_cancelBufferInterceptor (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/nativewindow/include/apex/
Dwindow.h55 typedef int (*ANativeWindow_cancelBufferInterceptor)(ANativeWindow* window, typedef
125 ANativeWindow_cancelBufferInterceptor interceptor,
/frameworks/base/libs/hostgraphics/
DANativeWindow.cpp32 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp430 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
/frameworks/native/libs/gui/include/gui/
DSurface.h567 ANativeWindow_cancelBufferInterceptor mCancelInterceptor = nullptr;
/frameworks/native/libs/gui/
DSurface.cpp1717 ANativeWindow_cancelBufferInterceptor interceptor = in dispatchAddCancelInterceptor()
1718 va_arg(args, ANativeWindow_cancelBufferInterceptor); in dispatchAddCancelInterceptor()