Home
last modified time | relevance | path

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

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