HomeSort by relevance Sort by last modified time
    Searched refs:FBIO_WAITFORVSYNC (Results 1 - 8 of 8) sorted by null

  /frameworks/native/services/surfaceflinger/tests/waitforvsync/
waitforvsync.cpp 27 #ifndef FBIO_WAITFORVSYNC
28 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
36 int err = ioctl(fd, FBIO_WAITFORVSYNC, &crt);
38 printf("FBIO_WAITFORVSYNC error: %s\n", strerror(errno));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
matroxfb.h 40 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
matroxfb.h 40 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
matroxfb.h 40 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t)
  /frameworks/base/tests/touchlag/
touchlag.cpp 36 #ifndef FBIO_WAITFORVSYNC
37 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
260 int err = ioctl(fd, FBIO_WAITFORVSYNC, &crt);
  /bionic/libc/kernel/common/linux/
fb.h 46 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 436 ioctl(fb_dev_fd, FBIO_WAITFORVSYNC, &crt);
  /external/kernel-headers/original/linux/
fb.h 41 #define FBIO_WAITFORVSYNC _IOW('F', 0x20, __u32)
    [all...]

Completed in 107 milliseconds