Home
last modified time | relevance | path

Searched refs:FBIO_WAITFORVSYNC (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/gralloc960/
Dgralloc_vsync_default.cpp37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dgralloc_vsync_s3cfb.cpp25 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
63 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
/device/amlogic/yukawa/gralloc/
Dgralloc_vsync_default.cpp37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
Dgralloc_vsync_s3cfb.cpp25 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
63 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp94 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) in fb_post() macro
121 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in fb_post()