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

  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.h 55 int mouse_fd; member in struct:SDL_PrivateVideoData
79 #define mouse_fd (this->hidden->mouse_fd) macro
SDL_gsevents.c 313 if ( mouse_fd > 0 ) {
314 close(mouse_fd);
316 mouse_fd = -1;
489 mouse_fd = -1;
499 if ( mouse_fd < 0 ) {
501 mouse_fd = open(GPM_NODE_FIFO, O_RDONLY, 0);
502 if ( mouse_fd >= 0 ) {
511 for ( i=0; (mouse_fd < 0) && ps2mice[i]; ++i ) {
512 mouse_fd = open(ps2mice[i], O_RDWR, 0);
513 if (mouse_fd < 0)
    [all...]
SDL_gsvideo.c 99 mouse_fd = -1;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 336 mouse_fd = -1;
339 if ( mouse_fd > 0 ) {
340 close(mouse_fd);
342 mouse_fd = -1;
555 mouse_fd = -1;
567 mouse_fd = ts_fd(ts_dev);
568 return mouse_fd;
572 return mouse_fd;
579 mouse_fd = open(mousedev, O_RDWR);
580 if ( mouse_fd >= 0 )
    [all...]
SDL_fbvideo.h 74 int mouse_fd; member in struct:SDL_PrivateVideoData
117 #define mouse_fd (this->hidden->mouse_fd) macro
SDL_fbvideo.c 246 mouse_fd = -1;
    [all...]

Completed in 456 milliseconds