Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/waitforvsync/
Dwaitforvsync.cpp28 #ifndef FBIO_WAITFORVSYNC
29 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
37 int err = ioctl(fd, FBIO_WAITFORVSYNC, &crt); in main()
/frameworks/base/tests/touchlag/
Dtouchlag.cpp36 #ifndef FBIO_WAITFORVSYNC
37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32) macro
260 ioctl(fd, FBIO_WAITFORVSYNC, &crt); in main()