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

/frameworks/native/services/surfaceflinger/tests/waitforvsync/
H A Dwaitforvsync.cpp27 #ifndef FBIO_WAITFORVSYNC
28 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
36 int err = ioctl(fd, FBIO_WAITFORVSYNC, &crt);
38 printf("FBIO_WAITFORVSYNC error: %s\n", strerror(errno));
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp36 #ifndef FBIO_WAITFORVSYNC
37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
260 int err = ioctl(fd, FBIO_WAITFORVSYNC, &crt);

Completed in 1094 milliseconds