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

/external/qemu/audio/
H A Dalsaaudio.c313 static int alsa_poll_helper (snd_pcm_t *handle, struct pollhlp *hlp, int mask) function
325 pfds = audio_calloc ("alsa_poll_helper", count, sizeof (*pfds));
378 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT);
385 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLIN);

Completed in 41 milliseconds