Searched refs:x11_fd (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 184 int x11_fd = ConnectionNumber(dsp); in MyXNextEventWithDelay() local 187 FD_SET(x11_fd, &input_fds); in MyXNextEventWithDelay() 193 if (!select(x11_fd + 1, &input_fds, NULL, NULL, &tv)) { in MyXNextEventWithDelay()
|
/external/chromium_org/third_party/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 184 int x11_fd = ConnectionNumber(dsp); in MyXNextEventWithDelay() local 187 FD_SET(x11_fd, &input_fds); in MyXNextEventWithDelay() 193 if (!select(x11_fd + 1, &input_fds, NULL, NULL, &tv)) { in MyXNextEventWithDelay()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11events.c | 917 int x11_fd; in X11_Pending() local 920 x11_fd = ConnectionNumber(display); in X11_Pending() 922 FD_SET(x11_fd, &fdset); in X11_Pending() 923 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) { in X11_Pending()
|