Home
last modified time | relevance | path

Searched refs:setSwapInterval (Results 1 – 17 of 17) 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/base/libs/hwui/renderthread/
DReliableSurface.cpp43 using Surface::setSwapInterval;
51 ANativeWindow::setSwapInterval = hook_setSwapInterval; in ReliableSurface()
236 return callProtected(getWrapped(window), setSwapInterval, interval); in hook_setSwapInterval()
DVulkanSurface.cpp122 err = window->setSwapInterval(window, 1); in ResetNativeWindow()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
DNativeWindow.h38 MOCK_METHOD1(setSwapInterval, int(int));
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp176 return window->setSwapInterval(window, interval); in ANativeWindow_setSwapInterval()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp321 a->setSwapInterval(a, mPreviewSwapInterval); in setBufferCount()
395 CameraHardwareInterface::setSwapInterval(int32_t interval) { in setSwapInterval() function in android::CameraHardwareInterface
403 int rc = a->setSwapInterval(a, interval); in setSwapInterval()
DCameraHardwareInterface.h417 setSwapInterval(int32_t interval) override;
/frameworks/native/libs/gui/include/gui/
DSurface.h240 virtual int setSwapInterval(int interval);
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h368 int (*setSwapInterval)(struct ANativeWindow* window, member
/frameworks/native/libs/gui/
DSurface.cpp66 ANativeWindow::setSwapInterval = hook_setSwapInterval; in Surface()
361 return c->setSwapInterval(interval); in hook_setSwapInterval()
436 int Surface::setSwapInterval(int interval) { in setSwapInterval() function in android::Surface
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp364 ASSERT_EQ(OK, mANW->setSwapInterval(mANW.get(), 0)); in TEST_F()
372 ASSERT_EQ(OK, mANW->setSwapInterval(mANW.get(), 1)); in TEST_F()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp561 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1); in setupNativeWindowSurfaceCreationCallExpectations()
582 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1); in setupNativeWindowSurfaceCreationCallExpectations()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1073 err = surface.window->setSwapInterval(surface.window.get(), swap_interval); in CreateSwapchainKHR()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp771 window->setSwapInterval(window, 1); in eglCreateWindowSurfaceTmpl()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2606 nativeWindow->setSwapInterval(nativeWindow.get(), 0); in setupNewDisplayDeviceInternal()