Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libnativewindow/
Dstubs_riscv64.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setAutoRefresh);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setAutoRefresh); in init_stub_library()
Dstubs_arm.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setAutoRefresh);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setAutoRefresh); in init_stub_library()
Dstubs_arm64.cc60 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANativeWindow_setAutoRefresh);
133 INIT_INTERCEPTABLE_STUB_FUNCTION("libnativewindow.so", ANativeWindow_setAutoRefresh); in init_stub_library()
/frameworks/native/libs/nativewindow/include/vndk/
Dwindow.h317 int ANativeWindow_setAutoRefresh(ANativeWindow* window, bool autoRefresh);
/frameworks/native/libs/nativewindow/
Dlibnativewindow.map.txt46 ANativeWindow_setAutoRefresh; # llndk
DANativeWindow.cpp379 int ANativeWindow_setAutoRefresh(ANativeWindow* window, bool autoRefresh) { in ANativeWindow_setAutoRefresh() function