Home
last modified time | relevance | path

Searched refs:mmap_commit (Results 1 – 19 of 19) sorted by relevance

/third_party/alsa-lib/include/
Daserver.h98 } mmap_commit; member
/third_party/alsa-lib/src/pcm/
Dpcm_shm.c554 ctrl->u.mmap_commit.offset = offset; in snd_pcm_shm_mmap_commit()
555 ctrl->u.mmap_commit.frames = size; in snd_pcm_shm_mmap_commit()
630 .mmap_commit = snd_pcm_shm_mmap_commit,
Dpcm_null.c364 .mmap_commit = snd_pcm_null_mmap_commit,
Dpcm_mmap_emul.c398 .mmap_commit = snd_pcm_mmap_emul_mmap_commit,
Dpcm_hooks.c197 .mmap_commit = snd_pcm_generic_mmap_commit,
Dpcm_plugin.c663 .mmap_commit = snd_pcm_plugin_mmap_commit,
Dpcm_dsnoop.c540 .mmap_commit = snd_pcm_dsnoop_mmap_commit,
Dpcm_hw.c1480 .mmap_commit = snd_pcm_hw_mmap_commit,
1511 .mmap_commit = snd_pcm_hw_mmap_commit,
Dpcm_dshare.c666 .mmap_commit = snd_pcm_dshare_mmap_commit,
Dpcm_file.c870 .mmap_commit = snd_pcm_file_mmap_commit,
Dpcm_ioplug.c952 .mmap_commit = snd_pcm_ioplug_mmap_commit,
Dpcm_dmix.c970 .mmap_commit = snd_pcm_dmix_mmap_commit,
Dpcm_meter.c547 .mmap_commit = snd_pcm_meter_mmap_commit,
Dpcm_multi.c1040 .mmap_commit = snd_pcm_multi_mmap_commit,
Dpcm_local.h181 …snd_pcm_sframes_t (*mmap_commit)(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size)… member
Dpcm_share.c1350 .mmap_commit = snd_pcm_share_mmap_commit,
Dpcm_rate.c1297 .mmap_commit = snd_pcm_rate_mmap_commit,
Dpcm.c7365 if (pcm->fast_ops->mmap_commit) in __snd_pcm_mmap_commit()
7366 return pcm->fast_ops->mmap_commit(pcm->fast_op_arg, offset, frames); in __snd_pcm_mmap_commit()
/third_party/alsa-lib/aserver/
Daserver.c504 ctrl->u.mmap_commit.offset, in pcm_shm_cmd()
505 ctrl->u.mmap_commit.frames); in pcm_shm_cmd()