Home
last modified time | relevance | path

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

/frameworks/native/libs/nativewindow/include/apex/
Dwindow.h73 typedef int (*ANativeWindow_dequeueBufferInterceptor)(ANativeWindow* window, typedef
141 ANativeWindow_dequeueBufferInterceptor interceptor,
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp364 ANativeWindow_dequeueBufferInterceptor interceptor, in ANativeWindow_setDequeueBufferInterceptor()
/frameworks/native/libs/gui/include/gui/
DSurface.h529 ANativeWindow_dequeueBufferInterceptor mDequeueInterceptor = nullptr;
/frameworks/native/libs/gui/
DSurface.cpp1769 ANativeWindow_dequeueBufferInterceptor interceptor = in dispatchAddDequeueInterceptor()
1770 va_arg(args, ANativeWindow_dequeueBufferInterceptor); in dispatchAddDequeueInterceptor()