Searched refs:__snd_pcm_mmap_begin_generic (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_ioplug.c | 708 err = __snd_pcm_mmap_begin_generic(pcm, areas, offset, frames); in snd_pcm_ioplug_mmap_begin_capture() 728 return __snd_pcm_mmap_begin_generic(pcm, areas, offset, frames); in snd_pcm_ioplug_mmap_begin() 742 __snd_pcm_mmap_begin_generic(pcm, &areas, &ofs, &frames); in snd_pcm_ioplug_mmap_commit()
|
D | pcm_local.h | 423 int __snd_pcm_mmap_begin_generic(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas,
|
D | pcm.c | 7236 int __snd_pcm_mmap_begin_generic(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, in __snd_pcm_mmap_begin_generic() function 7274 return __snd_pcm_mmap_begin_generic(pcm, areas, offset, frames); in __snd_pcm_mmap_begin()
|