Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/system/window/
H A DMockNativeWindow.cpp24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in dispatch_setSwapInterval()
77 ANativeWindow::setSwapInterval = &dispatch_setSwapInterval; in NativeWindow()
H A DMockNativeWindow.h33 MOCK_METHOD1(setSwapInterval, int(int interval));
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/mock/
H A DNativeWindow.cpp24 return static_cast<NativeWindow*>(window)->setSwapInterval(interval); in forwardSetSwapInterval()
107 ANativeWindow::setSwapInterval = &forwardSetSwapInterval; in NativeWindow()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DNativeWindow.h38 MOCK_METHOD1(setSwapInterval, int(int));
/aosp12/system/tools/hidl/c2hal/test/
H A Dsimple.h47 int (*setSwapInterval)(struct simple_t* window, member
H A Dtest.h170 int (*setSwapInterval)(struct framebuffer_device_t* window, member
/aosp12/hardware/libhardware/include/hardware/
H A Dfb.h83 int (*setSwapInterval)(struct framebuffer_device_t* window, member
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c126 if (win->fb && win->fb->setSwapInterval) in cnw_set_swap_interval()
127 return win->fb->setSwapInterval(win->fb, interval); in cnw_set_swap_interval()
532 win->base.setSwapInterval = cnw_set_swap_interval; in cnw_init()
/aosp12/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp331 dev->device.setSwapInterval = fb_setSwapInterval;
/aosp12/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp136 CHECK_MEMBER_AT(framebuffer_device_t, setSwapInterval, 136, 192); in CheckOffsets()
/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp207 return window->setSwapInterval(window, interval); in ANativeWindow_setSwapInterval()
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDevicePreviewCallback.hal96 setSwapInterval(int32_t interval) generates (Status status);
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp375 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h387 int (*setSwapInterval)(struct ANativeWindow* window, member
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dframebuffer.cpp426 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp419 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp402 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp403 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dframebuffer.cpp426 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DDisplayTransactionTestHelpers.h568 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1);
614 EXPECT_CALL(*test->mNativeWindow, setSwapInterval(0)).Times(1);
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dframebuffer.cpp432 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DSurface.h286 virtual int setSwapInterval(int interval);
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp73 err = window->setSwapInterval(window, 1); in ConnectAndSetWindowDefaults()
/aosp12/frameworks/native/libs/gui/tests/
H A 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()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dframebuffer_device.cpp629 dev->setSwapInterval = fb_set_swap_interval; in framebuffer_device_open()

12