Searched refs:snd_pcm_direct_poll_revents (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_direct.h | 227 #define snd_pcm_direct_poll_revents \ macro 328 int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned sh…
|
D | pcm_dsnoop.c | 544 .poll_revents = snd_pcm_direct_poll_revents,
|
D | pcm_dshare.c | 670 .poll_revents = snd_pcm_direct_poll_revents,
|
D | pcm_dmix.c | 911 return snd_pcm_direct_poll_revents(pcm, pfds, nfds, revents); in snd_pcm_dmix_poll_revents()
|
D | pcm_direct.c | 699 int snd_pcm_direct_poll_revents(snd_pcm_t *pcm, struct pollfd *pfds, unsigned int nfds, unsigned sh… function
|