Home
last modified time | relevance | path

Searched defs:delayp (Results 1 – 14 of 14) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_null.c118 static int snd_pcm_null_delay(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_sframes_t *delayp) in snd_pcm_null_delay()
Dpcm_dsnoop.c228 static int snd_pcm_dsnoop_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dsnoop_delay()
Dpcm_dshare.c279 static int snd_pcm_dshare_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dshare_delay()
Dpcm_plugin.c138 static int snd_pcm_plugin_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_plugin_delay()
Dpcm_generic.c181 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_generic_delay()
Dpcm_dmix.c503 static int snd_pcm_dmix_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dmix_delay()
Dpcm_share.c752 static int _snd_pcm_share_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in _snd_pcm_share_delay()
771 static int snd_pcm_share_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_share_delay()
Dpcm_shm.c419 static int snd_pcm_shm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_shm_delay()
Dpcm_ioplug.c110 static int snd_pcm_ioplug_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_ioplug_delay()
Dpcm_rate.c693 static int snd_pcm_rate_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_rate_delay()
Dpcm_multi.c449 static int snd_pcm_multi_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_multi_delay()
Dpcm_hw.c610 static int snd_pcm_hw_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_hw_delay()
Dpcm_local.h460 static inline int __snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in __snd_pcm_delay()
Dpcm.c1137 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_delay()
3011 snd_pcm_sframes_t *delayp) in snd_pcm_avail_delay()