Searched refs:SDL_IOReady (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/unix/ |
A D | SDL_poll.h | 30 extern int SDL_IOReady(int fd, SDL_bool forWrite, int timeoutMS);
|
A D | SDL_poll.c | 38 SDL_IOReady(int fd, SDL_bool forWrite, int timeoutMS) in SDL_IOReady() function
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylanddatamanager.c | 51 ready = SDL_IOReady(fd, SDL_TRUE, 1 * 1000); in write_pipe() 97 ready = SDL_IOReady(fd, SDL_FALSE, 1 * 1000); in read_pipe()
|
A D | SDL_waylandevents.c | 206 if (SDL_IOReady(WAYLAND_wl_display_get_fd(d->display), SDL_FALSE, 0)) { in Wayland_PumpEvents()
|
/AliOS-Things-master/components/SDL2/src/audio/paudio/ |
A D | SDL_paudio.c | 159 if (SDL_IOReady(this->hidden->audio_fd, SDL_TRUE, timeoutMS) <= 0) { in PAUDIO_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/sun/ |
A D | SDL_sunaudio.c | 101 SDL_IOReady(this->hidden->audio_fd, SDL_TRUE, -1); in SUNAUDIO_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/qsa/ |
A D | SDL_qsa_audio.c | 123 result = SDL_IOReady(this->hidden->audio_fd, !this->hidden->iscapture, 2 * 1000); in QSA_WaitDevice()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_udev.c | 105 if (SDL_IOReady(fd, SDL_FALSE, 0)) { in SDL_UDEV_hotplug_update_available()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11events.c | 1429 if (SDL_IOReady(ConnectionNumber(display), SDL_FALSE, 0)) { in X11_Pending()
|
Completed in 19 milliseconds