Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libnativewindow/
Dstubs_arm64.cc67 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setQueueBufferInterceptor);
132 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setQueueBufferInterceptor); in init_stub_library()
Dstubs_arm.cc67 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setQueueBufferInterceptor);
132 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setQueueBufferInterceptor); in init_stub_library()
/frameworks/native/libs/nativewindow/include/apex/
Dwindow.h169 int ANativeWindow_setQueueBufferInterceptor(ANativeWindow* window,
/frameworks/base/libs/hwui/renderthread/
DReliableSurface.cpp46 ANativeWindow_setQueueBufferInterceptor(mWindow, nullptr, nullptr); in ~ReliableSurface()
61 result = ANativeWindow_setQueueBufferInterceptor(mWindow, hook_queueBuffer, this); in init()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt37 ANativeWindow_setQueueBufferInterceptor; # apex # introduced=30
DANativeWindow.cpp374 int ANativeWindow_setQueueBufferInterceptor(ANativeWindow* window, in ANativeWindow_setQueueBufferInterceptor() function