Searched refs:err_poll (Results 1 - 3 of 3) sorted by relevance
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 679 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()
|
H A D | control.c | 1361 int npfds, err, err_poll; in snd_ctl_wait() local 1377 err_poll = poll(pfd, npfds, timeout); in snd_ctl_wait() 1378 if (err_poll < 0) in snd_ctl_wait() 1380 if (! err_poll) in snd_ctl_wait()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm.c | 2971 int npfds, err, err_poll; in snd_pcm_wait_nocheck() local 2994 err_poll = poll(pfd, npfds, timeout); in snd_pcm_wait_nocheck() 2996 if (err_poll < 0) { in snd_pcm_wait_nocheck() 3001 if (! err_poll) in snd_pcm_wait_nocheck() 3023 return err_poll > 0 ? 1 : 0; in snd_pcm_wait_nocheck()
|
Completed in 18 milliseconds