Searched refs:ANativeWindow_setPerformInterceptor (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libnativewindow/ |
D | stubs_riscv64.cc | 73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setPerformInterceptor); 146 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setPerformInterceptor); in init_stub_library()
|
D | stubs_arm.cc | 73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setPerformInterceptor); 146 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setPerformInterceptor); in init_stub_library()
|
D | stubs_arm64.cc | 73 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setPerformInterceptor); 146 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setPerformInterceptor); in init_stub_library()
|
/frameworks/native/libs/nativewindow/include/apex/ |
D | window.h | 155 int ANativeWindow_setPerformInterceptor(ANativeWindow* window,
|
/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.cpp | 47 ANativeWindow_setPerformInterceptor(mWindow, nullptr, nullptr); in ~ReliableSurface() 65 result = ANativeWindow_setPerformInterceptor(mWindow, hook_perform, this); in init()
|
/frameworks/native/libs/nativewindow/ |
D | libnativewindow.map.txt | 42 ANativeWindow_setPerformInterceptor; # systemapi introduced=30
|
D | ANativeWindow.cpp | 441 int ANativeWindow_setPerformInterceptor(ANativeWindow* window, in ANativeWindow_setPerformInterceptor() function
|
/frameworks/base/libs/hostgraphics/ |
D | ANativeWindow.cpp | 49 int ANativeWindow_setPerformInterceptor(ANativeWindow* window, in ANativeWindow_setPerformInterceptor() function
|