Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/nativewindow/include/apex/
H A Dwindow.h68 typedef int (*ANativeWindow_cancelBufferInterceptor)(ANativeWindow* window, typedef
138 ANativeWindow_cancelBufferInterceptor interceptor,
/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp323 ANativeWindow_cancelBufferInterceptor interceptor, in ANativeWindow_setCancelBufferInterceptor()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h515 ANativeWindow_cancelBufferInterceptor mCancelInterceptor = nullptr;
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1741 ANativeWindow_cancelBufferInterceptor interceptor = in dispatchAddCancelInterceptor()
1742 va_arg(args, ANativeWindow_cancelBufferInterceptor); in dispatchAddCancelInterceptor()