Searched refs:snd_pcm_poll_descriptors_revents (Results 1 - 11 of 11) sorted by relevance
/third_party/pulseaudio/src/tests/ |
H A 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/ |
H A D | pcm_generic.c | 73 return snd_pcm_poll_descriptors_revents(generic->slave, pfds, nfds, revents); in snd_pcm_generic_poll_revents()
|
H A D | pcm_multi.c | 129 return snd_pcm_poll_descriptors_revents(slave_0, pfds, nfds, revents); in snd_pcm_multi_poll_revents()
|
H A D | pcm_rate.c | 1121 return snd_pcm_poll_descriptors_revents(rate->gen.slave, pfds, nfds, revents); in snd_pcm_rate_poll_revents()
|
H A D | pcm.c | 111 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 D | xfer-libasound.c | 358 err = snd_pcm_poll_descriptors_revents(state->handle, in xfer_libasound_wait_event()
|
/third_party/alsa-lib/test/ |
H A D | pcm.c | 293 snd_pcm_poll_descriptors_revents(handle, ufds, count, &revents); in wait_for_poll()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 1881 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 D | pcm.h | 536 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 D | alsa-sink.c | 2116 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 D | alsa-source.c | 1820 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