Home
last modified time | relevance | path

Searched refs:err_poll (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/control/
Dhcontrol.c679 int i, npfds, pollio, err, err_poll; in snd_hctl_wait() local
697 err_poll = poll(pfd, npfds, timeout); in snd_hctl_wait()
698 if (err_poll < 0) { in snd_hctl_wait()
703 if (! err_poll) in snd_hctl_wait()
716 return err_poll > 0 ? 1 : 0; in snd_hctl_wait()
Dcontrol.c1319 int npfds, err, err_poll; in snd_ctl_wait() local
1335 err_poll = poll(pfd, npfds, timeout); in snd_ctl_wait()
1336 if (err_poll < 0) in snd_ctl_wait()
1338 if (! err_poll) in snd_ctl_wait()
/third_party/alsa-lib/src/pcm/
Dpcm.c2881 int npfds, err, err_poll; in snd_pcm_wait_nocheck() local
2898 err_poll = poll(pfd, npfds, timeout); in snd_pcm_wait_nocheck()
2900 if (err_poll < 0) { in snd_pcm_wait_nocheck()
2905 if (! err_poll) in snd_pcm_wait_nocheck()
2927 return err_poll > 0 ? 1 : 0; in snd_pcm_wait_nocheck()