Home
last modified time | relevance | path

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

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