Home
last modified time | relevance | path

Searched refs:mmap_begin (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_file.c875 .mmap_begin = snd_pcm_file_mmap_begin,
Dpcm_ioplug.c957 .mmap_begin = snd_pcm_ioplug_mmap_begin,
Dpcm_local.h187 …int (*mmap_begin)(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset,… member
Dpcm.c7271 if (pcm->fast_ops->mmap_begin) in __snd_pcm_mmap_begin()
7272 return pcm->fast_ops->mmap_begin(pcm->fast_op_arg, areas, offset, frames); in __snd_pcm_mmap_begin()