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/
H A Dalsa-time-test.c168 r = snd_pcm_poll_descriptors_revents(pcm, pollfds, n_pollfd, &revents); in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c73 return snd_pcm_poll_descriptors_revents(generic->slave, pfds, nfds, revents); in snd_pcm_generic_poll_revents()
H A Dpcm_multi.c129 return snd_pcm_poll_descriptors_revents(slave_0, pfds, nfds, revents); in snd_pcm_multi_poll_revents()
H A Dpcm_rate.c1121 return snd_pcm_poll_descriptors_revents(rate->gen.slave, pfds, nfds, revents); in snd_pcm_rate_poll_revents()
H A Dpcm.c111 description for more details and \ref snd_pcm_poll_descriptors_revents for
1803 * call, use \link ::snd_pcm_poll_descriptors_revents() \endlink function.
1807 * the \link ::snd_pcm_poll_descriptors_revents() \endlink function
1813 * \link ::snd_pcm_poll_descriptors_revents() \endlink .
1865 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_pcm_poll_descriptors_revents() function
/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c358 err = snd_pcm_poll_descriptors_revents(state->handle, in xfer_libasound_wait_event()
/third_party/alsa-lib/test/
H A Dpcm.c293 snd_pcm_poll_descriptors_revents(handle, ufds, count, &revents); in wait_for_poll()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1881 err = snd_pcm_poll_descriptors_revents(play->handle, fds, in pcmjob_pollfds_handle()
1887 err = snd_pcm_poll_descriptors_revents(capt->handle, fds + idx, in pcmjob_pollfds_handle()
/third_party/alsa-lib/include/
H A Dpcm.h536 int snd_pcm_poll_descriptors_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned short *revents);
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c2116 if ((err = snd_pcm_poll_descriptors_revents(u->pcm_handle, pollfd, n, &revents)) < 0) { in thread_func()
2117 pa_log("snd_pcm_poll_descriptors_revents() failed: %s", pa_alsa_strerror(err)); in thread_func()
H A Dalsa-source.c1820 if ((err = snd_pcm_poll_descriptors_revents(u->pcm_handle, pollfd, n, &revents)) < 0) { in thread_func()
1821 pa_log("snd_pcm_poll_descriptors_revents() failed: %s", pa_alsa_strerror(err)); in thread_func()

Completed in 30 milliseconds