Home
last modified time | relevance | path

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

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