/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/ |
D | MockNativeWindow.cpp | 24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in dispatch_setSwapInterval() 77 ANativeWindow::setSwapInterval = &dispatch_setSwapInterval; in NativeWindow()
|
D | MockNativeWindow.h | 33 MOCK_METHOD1(setSwapInterval, int(int interval));
|
/frameworks/native/services/surfaceflinger/CompositionEngine/mock/ |
D | NativeWindow.cpp | 24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in forwardSetSwapInterval() 107 ANativeWindow::setSwapInterval = &forwardSetSwapInterval; in NativeWindow()
|
/frameworks/base/libs/hwui/renderthread/ |
D | ReliableSurface.cpp | 43 using Surface::setSwapInterval; 51 ANativeWindow::setSwapInterval = hook_setSwapInterval; in ReliableSurface() 236 return callProtected(getWrapped(window), setSwapInterval, interval); in hook_setSwapInterval()
|
D | VulkanSurface.cpp | 122 err = window->setSwapInterval(window, 1); in ResetNativeWindow()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/ |
D | NativeWindow.h | 38 MOCK_METHOD1(setSwapInterval, int(int));
|
/frameworks/native/libs/nativewindow/ |
D | ANativeWindow.cpp | 176 return window->setSwapInterval(window, interval); in ANativeWindow_setSwapInterval()
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.cpp | 321 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()
|
D | CameraHardwareInterface.h | 417 setSwapInterval(int32_t interval) override;
|
/frameworks/native/libs/gui/include/gui/ |
D | Surface.h | 240 virtual int setSwapInterval(int interval);
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 368 int (*setSwapInterval)(struct ANativeWindow* window, member
|
/frameworks/native/libs/gui/ |
D | Surface.cpp | 66 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/ |
D | SurfaceTextureClient_test.cpp | 364 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/ |
D | DisplayTransactionTest.cpp | 561 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/ |
D | swapchain.cpp | 1073 err = surface.window->setSwapInterval(surface.window.get(), swap_interval); in CreateSwapchainKHR()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 771 window->setSwapInterval(window, 1); in eglCreateWindowSurfaceTmpl()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2606 nativeWindow->setSwapInterval(nativeWindow.get(), 0); in setupNewDisplayDeviceInternal()
|