Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DSurface.h201 virtual int setSwapInterval(int interval);
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h691 a->setSwapInterval(a, hw->mPreviewSwapInterval); in __set_buffer_count()
748 return a->setSwapInterval(a, interval); in __set_swap_interval()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp467 err = surface.window->setSwapInterval(surface.window.get(), 1); in CreateSwapchainKHR()
606 err = surface.window->setSwapInterval(surface.window.get(), swap_interval); in CreateSwapchainKHR()
/frameworks/native/libs/gui/
DSurface.cpp55 ANativeWindow::setSwapInterval = hook_setSwapInterval; in Surface()
173 return c->setSwapInterval(interval); in hook_setSwapInterval()
248 int Surface::setSwapInterval(int interval) { in setSwapInterval() function in android::Surface
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp135 window->setSwapInterval(window, 0); in DisplayDevice()
/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/opengl/libs/EGL/
DeglApi.cpp556 anw->setSwapInterval(anw, 1); in eglCreateWindowSurface()