Searched refs:snd_pcm_mmap_appl_forward (Results 1 – 13 of 13) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_plugin.c | 229 snd_pcm_mmap_appl_forward(pcm, (snd_pcm_uframes_t) frames); in snd_pcm_plugin_forward() 279 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_plugin_write_areas() 337 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_plugin_read_areas() 399 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_plugin_mmap_commit() 440 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_plugin_mmap_commit()
|
D | pcm_null.c | 215 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_null_forward() 232 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_null_xfer_areas()
|
D | pcm_mmap_emul.c | 268 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_mmap_emul_forward() 323 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_mmap_emul_mmap_commit()
|
D | pcm_dsnoop.c | 379 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_dsnoop_forward() 440 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_dsnoop_mmap_commit()
|
D | pcm_ioplug.c | 618 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_ioplug_forward() 648 snd_pcm_mmap_appl_forward(pcm, result); in ioplug_priv_transfer_areas() 748 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_ioplug_mmap_commit()
|
D | pcm_dshare.c | 485 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_dshare_forward() 546 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_dshare_mmap_commit()
|
D | pcm_share.c | 839 snd_pcm_mmap_appl_forward(pcm, size); in _snd_pcm_share_mmap_commit() 961 snd_pcm_mmap_appl_forward(pcm, hw_avail); in snd_pcm_share_start() 1096 snd_pcm_mmap_appl_forward(pcm, frames); in _snd_pcm_share_forward()
|
D | pcm_dmix.c | 788 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_dmix_forward() 847 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_dmix_mmap_commit()
|
D | pcm_mmap.c | 41 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_forward() function
|
D | pcm_local.h | 303 #define snd_pcm_mmap_appl_forward \ macro 387 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|
D | pcm_multi.c | 703 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_multi_forward() 787 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_multi_mmap_commit()
|
D | pcm_hw.c | 794 snd_pcm_mmap_appl_forward(pcm, frames); in snd_pcm_hw_forward() 1105 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_hw_mmap_commit()
|
D | pcm_rate.c | 1031 snd_pcm_mmap_appl_forward(pcm, size); in snd_pcm_rate_mmap_commit()
|