Home | Sort by relevance Sort by last modified time |
/external/skia/src/views/unix/ | |
SkOSWindow_Unix.cpp | 184 int x11_fd = ConnectionNumber(dsp); local 187 FD_SET(x11_fd, &input_fds); 193 if (!select(x11_fd + 1, &input_fds, nullptr, nullptr, &tv)) { |