Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/nativewindow/include/apex/
H A Dwindow.h86 typedef int (*ANativeWindow_dequeueBufferInterceptor)(ANativeWindow* window, typedef
154 ANativeWindow_dequeueBufferInterceptor interceptor,
/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp329 ANativeWindow_dequeueBufferInterceptor interceptor, in ANativeWindow_setDequeueBufferInterceptor()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h517 ANativeWindow_dequeueBufferInterceptor mDequeueInterceptor = nullptr;
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp1751 ANativeWindow_dequeueBufferInterceptor interceptor = in dispatchAddDequeueInterceptor()
1752 va_arg(args, ANativeWindow_dequeueBufferInterceptor); in dispatchAddDequeueInterceptor()