Home
last modified time | relevance | path

Searched refs:maxSwapInterval (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dfb.h71 const int maxSwapInterval; member
/aosp12/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp68 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
351 const_cast<int&>(dev->device.maxSwapInterval) = 1;
/aosp12/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp79 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
394 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dframebuffer_device.cpp64 else if (interval > dev->maxSwapInterval) in fb_set_swap_interval()
66 interval = dev->maxSwapInterval; in fb_set_swap_interval()
643 const_cast<int &>(dev->maxSwapInterval) = 1; in framebuffer_device_open()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h347 : flags(0), minSwapInterval(0), maxSwapInterval(0), xdpi(0), ydpi(0) in ANativeWindow()
373 const int maxSwapInterval; member
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dframebuffer.cpp72 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
445 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp67 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
438 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp79 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
421 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp79 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
422 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dframebuffer.cpp72 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
445 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dframebuffer.cpp80 if (interval < dev->minSwapInterval || interval > dev->maxSwapInterval) in fb_setSwapInterval()
451 const_cast<int&>(dev->device.maxSwapInterval) = in fb_device_open()
/aosp12/system/tools/hidl/c2hal/test/
H A Dtest.h158 const int maxSwapInterval; member
/aosp12/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp133 CHECK_MEMBER_AT(framebuffer_device_t, maxSwapInterval, 100, 156); in CheckOffsets()
/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp223 *value = window->maxSwapInterval; in ANativeWindow_query()
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c525 *((int*) &win->base.maxSwapInterval) = 1; in cnw_init()
/aosp12/frameworks/native/libs/gui/
H A DSurface.cpp94 const_cast<int&>(ANativeWindow::maxSwapInterval) = 1; in Surface()
529 if (interval > maxSwapInterval) in setSwapInterval()
530 interval = maxSwapInterval; in setSwapInterval()