Searched refs:FBIO_WAITFORVSYNC (Results 1 - 3 of 3) sorted by relevance

/device/linaro/hikey/gralloc960/
H A Dgralloc_vsync_default.cpp25 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
52 if(ioctl(m->framebuffer->shallow_fbdev_fd, FBIO_WAITFORVSYNC, &crtc) < 0)
H A Dgralloc_vsync_s3cfb.cpp25 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
51 if(ioctl(m->framebuffer->fd, FBIO_WAITFORVSYNC, &crtc) < 0)
/device/linaro/hikey/gralloc/
H A Dframebuffer_device.cpp94 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
123 if (ioctl(fbdev_fd, FBIO_WAITFORVSYNC, &crtc) < 0)
125 AERR("FBIO_WAITFORVSYNC failed for fd: %d", fbdev_fd);

Completed in 51 milliseconds