Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libnativewindow/
H A Dstubs_arm.cc68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setSharedBufferMode);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setSharedBufferMode); in init_stub_library()
H A Dstubs_arm64.cc68 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setSharedBufferMode);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setSharedBufferMode); in init_stub_library()
/aosp12/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h311 int ANativeWindow_setSharedBufferMode(ANativeWindow* window, bool sharedBufferMode);
/aosp12/frameworks/native/libs/nativewindow/
H A Dlibnativewindow.map.txt51 ANativeWindow_setSharedBufferMode; # llndk
H A DANativeWindow.cpp290 int ANativeWindow_setSharedBufferMode(ANativeWindow* window, bool sharedBufferMode) { in ANativeWindow_setSharedBufferMode() function