Home
last modified time | relevance | path

Searched refs:ANativeWindow_setCancelBufferInterceptor (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc61 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setCancelBufferInterceptor);
126 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setCancelBufferInterceptor); in init_stub_library()
H A Dstubs_arm64.cc61 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setCancelBufferInterceptor);
126 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setCancelBufferInterceptor); in init_stub_library()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DReliableSurface.cpp44 ANativeWindow_setCancelBufferInterceptor(mWindow, nullptr, nullptr); in ~ReliableSurface()
53 int result = ANativeWindow_setCancelBufferInterceptor(mWindow, hook_cancelBuffer, this); in init()
/aosp12/frameworks/native/libs/nativewindow/include/apex/
H A Dwindow.h137 int ANativeWindow_setCancelBufferInterceptor(ANativeWindow* window,
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt34 ANativeWindow_setCancelBufferInterceptor; # apex # introduced=30
H A DANativeWindow.cpp322 int ANativeWindow_setCancelBufferInterceptor(ANativeWindow* window, in ANativeWindow_setCancelBufferInterceptor() function