HomeSort by relevance Sort by last modified time
    Searched defs:fbfd (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 92 int fbfd = -1; local
106 fbfd = open("/dev/graphics/fb0", O_RDONLY);
107 if (fbfd) {
108 if (ioctl(fbfd, FBIOGET_VSCREENINFO, &vinfo))
111 close(fbfd);
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 60 static int fbfd = -1; variable
256 if ((fbfd = open ("/dev/fb0", O_RDWR)) < 0) {
270 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo);
271 close (fbfd);
321 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo);
322 close (fbfd);

Completed in 348 milliseconds