Searched refs:x11_fd (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp184 int x11_fd = ConnectionNumber(dsp); local
187 FD_SET(x11_fd, &input_fds);
193 if (!select(x11_fd + 1, &input_fds, NULL, NULL, &tv)) {
/external/skia/src/views/unix/
H A DSkOSWindow_Unix.cpp184 int x11_fd = ConnectionNumber(dsp); local
187 FD_SET(x11_fd, &input_fds);
193 if (!select(x11_fd + 1, &input_fds, NULL, NULL, &tv)) {
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11events.c917 int x11_fd; local
920 x11_fd = ConnectionNumber(display);
922 FD_SET(x11_fd, &fdset);
923 if ( select(x11_fd+1, &fdset, NULL, NULL, &zero_time) == 1 ) {

Completed in 7359 milliseconds