Home
last modified time | relevance | path

Searched refs:setSwapInterval (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/
DMockNativeWindow.cpp24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in dispatch_setSwapInterval()
77 ANativeWindow::setSwapInterval = &dispatch_setSwapInterval; in NativeWindow()
DMockNativeWindow.h33 MOCK_METHOD1(setSwapInterval, int(int interval));
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
DNativeWindow.cpp24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in forwardSetSwapInterval()
107 ANativeWindow::setSwapInterval = &forwardSetSwapInterval; in NativeWindow()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DNativeWindow.h38 MOCK_METHOD1(setSwapInterval, int(int));
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp207 return window->setSwapInterval(window, interval); in ANativeWindow_setSwapInterval()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h387 int (*setSwapInterval)(struct ANativeWindow* window, member
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h568 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1);
614 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1);
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp73 err = window->setSwapInterval(window, 1); in ConnectAndSetWindowDefaults()
/frameworks/native/libs/gui/include/gui/
DSurface.h286 virtual int setSwapInterval(int interval);
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp362 ASSERT_EQ(OK, mANW->setSwapInterval(mANW.get(), 0)); in TEST_F()
370 ASSERT_EQ(OK, mANW->setSwapInterval(mANW.get(), 1)); in TEST_F()
/frameworks/native/libs/gui/
DSurface.cpp81 ANativeWindow::setSwapInterval = hook_setSwapInterval; in Surface()
375 return c->setSwapInterval(interval); in hook_setSwapInterval()
520 int Surface::setSwapInterval(int interval) { in setSwapInterval() function in android::Surface
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1121 err = window->setSwapInterval(window, swap_interval); in CreateSwapchainKHR()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp718 window->setSwapInterval(window, 1); in eglCreateWindowSurfaceTmpl()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2695 nativeWindow->setSwapInterval(nativeWindow.get(), 0); in setupNewDisplayDeviceInternal()