Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setPerformInterceptor);
131 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setPerformInterceptor); in init_stub_library()
H A Dstubs_arm64.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setPerformInterceptor);
131 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setPerformInterceptor); in init_stub_library()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DReliableSurface.cpp47 ANativeWindow_setPerformInterceptor(mWindow, nullptr, nullptr); in ~ReliableSurface()
65 result = ANativeWindow_setPerformInterceptor(mWindow, hook_perform, this); in init()
/aosp12/frameworks/native/libs/nativewindow/include/apex/
H A Dwindow.h168 int ANativeWindow_setPerformInterceptor(ANativeWindow* window,
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt36 ANativeWindow_setPerformInterceptor; # apex # introduced=30
H A DANativeWindow.cpp334 int ANativeWindow_setPerformInterceptor(ANativeWindow* window, in ANativeWindow_setPerformInterceptor() function