Home
last modified time | relevance | path

Searched refs:ANativeWindow_setSharedBufferMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/libs/native_bridge_support/libnativewindow/
Dstubs_arm.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setSharedBufferMode);
129 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setSharedBufferMode); in init_stub_library()
Dstubs_arm64.cc66 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setSharedBufferMode);
129 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setSharedBufferMode); in init_stub_library()
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt39 ANativeWindow_setSharedBufferMode; # llndk
DANativeWindow.cpp258 int ANativeWindow_setSharedBufferMode(ANativeWindow* window, bool sharedBufferMode) { in ANativeWindow_setSharedBufferMode() function
/frameworks/native/libs/nativewindow/include/vndk/
Dwindow.h311 int ANativeWindow_setSharedBufferMode(ANativeWindow* window, bool sharedBufferMode);