Home
last modified time | relevance | path

Searched refs:__snd_pcm_mmap_begin_generic (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_ioplug.c708 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()
Dpcm_local.h423 int __snd_pcm_mmap_begin_generic(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas,
Dpcm.c7236 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()