Home
last modified time | relevance | path

Searched refs:snd_pcm_poll_descriptors_revents (Results 1 – 11 of 11) sorted by relevance

/third_party/pulseaudio/src/tests/
Dalsa-time-test.c168 r = snd_pcm_poll_descriptors_revents(pcm, pollfds, n_pollfd, &revents); in main()
/third_party/alsa-lib/src/pcm/
Dpcm_generic.c73 return snd_pcm_poll_descriptors_revents(generic->slave, pfds, nfds, revents); in snd_pcm_generic_poll_revents()
Dpcm_multi.c129 return snd_pcm_poll_descriptors_revents(slave_0, pfds, nfds, revents); in snd_pcm_multi_poll_revents()
Dpcm_rate.c1113 return snd_pcm_poll_descriptors_revents(rate->gen.slave, pfds, nfds, revents); in snd_pcm_rate_poll_revents()
Dpcm.c1837 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsign… in snd_pcm_poll_descriptors_revents() function
/third_party/alsa-utils/axfer/
Dxfer-libasound.c358 err = snd_pcm_poll_descriptors_revents(state->handle, in xfer_libasound_wait_event()
/third_party/alsa-lib/test/
Dpcm.c287 snd_pcm_poll_descriptors_revents(handle, ufds, count, &revents); in wait_for_poll()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c1879 err = snd_pcm_poll_descriptors_revents(play->handle, fds, in pcmjob_pollfds_handle()
1885 err = snd_pcm_poll_descriptors_revents(capt->handle, fds + idx, in pcmjob_pollfds_handle()
/third_party/alsa-lib/include/
Dpcm.h519 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsign…
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1739 if ((err = snd_pcm_poll_descriptors_revents(u->pcm_handle, pollfd, n, &revents)) < 0) { in thread_func()
Dalsa-sink.c2033 if ((err = snd_pcm_poll_descriptors_revents(u->pcm_handle, pollfd, n, &revents)) < 0) { in thread_func()