Searched refs:FBIO_WAITFORVSYNC (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | gralloc_vsync_default.cpp | 37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro 66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
|
D | gralloc_vsync_s3cfb.cpp | 25 #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/hal/gralloc/ |
D | gralloc_vsync_default.cpp | 37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro 66 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in gralloc_wait_for_vsync()
|
D | gralloc_vsync_s3cfb.cpp | 25 #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/ |
D | framebuffer_device.cpp | 94 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) in fb_post() macro 121 if (ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0) in fb_post()
|