Searched refs:mmap_commit (Results 1 – 19 of 19) sorted by relevance
/third_party/alsa-lib/include/ |
D | aserver.h | 98 } mmap_commit; member
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_shm.c | 554 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,
|
D | pcm_null.c | 364 .mmap_commit = snd_pcm_null_mmap_commit,
|
D | pcm_mmap_emul.c | 398 .mmap_commit = snd_pcm_mmap_emul_mmap_commit,
|
D | pcm_hooks.c | 197 .mmap_commit = snd_pcm_generic_mmap_commit,
|
D | pcm_plugin.c | 663 .mmap_commit = snd_pcm_plugin_mmap_commit,
|
D | pcm_dsnoop.c | 540 .mmap_commit = snd_pcm_dsnoop_mmap_commit,
|
D | pcm_hw.c | 1480 .mmap_commit = snd_pcm_hw_mmap_commit, 1511 .mmap_commit = snd_pcm_hw_mmap_commit,
|
D | pcm_dshare.c | 666 .mmap_commit = snd_pcm_dshare_mmap_commit,
|
D | pcm_file.c | 870 .mmap_commit = snd_pcm_file_mmap_commit,
|
D | pcm_ioplug.c | 952 .mmap_commit = snd_pcm_ioplug_mmap_commit,
|
D | pcm_dmix.c | 970 .mmap_commit = snd_pcm_dmix_mmap_commit,
|
D | pcm_meter.c | 547 .mmap_commit = snd_pcm_meter_mmap_commit,
|
D | pcm_multi.c | 1040 .mmap_commit = snd_pcm_multi_mmap_commit,
|
D | pcm_local.h | 181 …snd_pcm_sframes_t (*mmap_commit)(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size)… member
|
D | pcm_share.c | 1350 .mmap_commit = snd_pcm_share_mmap_commit,
|
D | pcm_rate.c | 1297 .mmap_commit = snd_pcm_rate_mmap_commit,
|
D | pcm.c | 7365 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/ |
D | aserver.c | 504 ctrl->u.mmap_commit.offset, in pcm_shm_cmd() 505 ctrl->u.mmap_commit.frames); in pcm_shm_cmd()
|