Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp295 return native_window_set_auto_refresh(window, autoRefresh); in ANativeWindow_setAutoRefresh()
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp245 int result = native_window_set_auto_refresh(sAnw, autoRefresh); in Java_com_android_test_SurfaceProxy_NativeWindowSetAutoRefresh()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h939 static inline int native_window_set_auto_refresh( in native_window_set_auto_refresh() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp85 err = native_window_set_auto_refresh(window, false); in ConnectAndSetWindowDefaults()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1135 err = native_window_set_auto_refresh(window, false); in CreateSwapchainKHR()
1206 err = native_window_set_auto_refresh(window, true); in CreateSwapchainKHR()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.cpp1450 int err = native_window_set_auto_refresh(s->getNativeWindow(), value != 0); in eglSurfaceAttribImpl()