Searched refs:snd_pcm_poll_descriptors_revents (Results 1 – 11 of 11) sorted by relevance
/third_party/pulseaudio/src/tests/ |
D | alsa-time-test.c | 168 r = snd_pcm_poll_descriptors_revents(pcm, pollfds, n_pollfd, &revents); in main()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.c | 73 return snd_pcm_poll_descriptors_revents(generic->slave, pfds, nfds, revents); in snd_pcm_generic_poll_revents()
|
D | pcm_multi.c | 129 return snd_pcm_poll_descriptors_revents(slave_0, pfds, nfds, revents); in snd_pcm_multi_poll_revents()
|
D | pcm_rate.c | 1113 return snd_pcm_poll_descriptors_revents(rate->gen.slave, pfds, nfds, revents); in snd_pcm_rate_poll_revents()
|
D | pcm.c | 1837 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/ |
D | xfer-libasound.c | 358 err = snd_pcm_poll_descriptors_revents(state->handle, in xfer_libasound_wait_event()
|
/third_party/alsa-lib/test/ |
D | pcm.c | 287 snd_pcm_poll_descriptors_revents(handle, ufds, count, &revents); in wait_for_poll()
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 1879 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/ |
D | pcm.h | 519 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsign…
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1739 if ((err = snd_pcm_poll_descriptors_revents(u->pcm_handle, pollfd, n, &revents)) < 0) { in thread_func()
|
D | alsa-sink.c | 2033 if ((err = snd_pcm_poll_descriptors_revents(u->pcm_handle, pollfd, n, &revents)) < 0) { in thread_func()
|