Searched refs:setSwapInterval (Results 1 – 14 of 14) sorted by relevance
83 int (*setSwapInterval)(struct framebuffer_device_t* window, member
126 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()
328 dev->device.setSwapInterval = fb_setSwapInterval;
96 setSwapInterval(int32_t interval) generates (Status status);
136 CHECK_MEMBER_AT(framebuffer_device_t, setSwapInterval, 136, 192); in CheckOffsets()
375 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
402 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
419 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
403 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
426 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
432 dev->device.setSwapInterval = fb_setSwapInterval; in fb_device_open()
275 return getStatusT(object->mPreviewCallback->setSwapInterval(interval)); in sSetSwapInterval()
350 Return<Status> setSwapInterval(int32_t interval) override;478 mAnw->setSwapInterval(mAnw.get(), mPreviewSwapInterval); in setBufferCount()527 Return<Status> PreviewWindowCb::setSwapInterval(int32_t interval) { in setSwapInterval() function in PreviewWindowCb528 auto rc = mAnw->setSwapInterval(mAnw.get(), interval); in setSwapInterval()