Home
last modified time | relevance | path

Searched refs:mCancelInterceptor (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h515 ANativeWindow_cancelBufferInterceptor mCancelInterceptor = nullptr; variable
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp403 if (c->mCancelInterceptor != nullptr) { in hook_cancelBuffer()
404 auto interceptor = c->mCancelInterceptor; in hook_cancelBuffer()
1745 mCancelInterceptor = interceptor; in dispatchAddCancelInterceptor()