Searched refs:mmap_commit (Results 1 - 19 of 19) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | aserver.h | 98 } mmap_commit; member
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_shm.c | 555 ctrl->u.mmap_commit.offset = offset; in snd_pcm_shm_mmap_commit() 556 ctrl->u.mmap_commit.frames = size; in snd_pcm_shm_mmap_commit() 631 .mmap_commit = snd_pcm_shm_mmap_commit,
|
H A D | pcm_null.c | 364 .mmap_commit = snd_pcm_null_mmap_commit,
|
H A D | pcm_mmap_emul.c | 398 .mmap_commit = snd_pcm_mmap_emul_mmap_commit,
|
H A D | pcm_hooks.c | 197 .mmap_commit = snd_pcm_generic_mmap_commit,
|
H A D | pcm_plugin.c | 683 .mmap_commit = snd_pcm_plugin_mmap_commit,
|
H A D | pcm_dsnoop.c | 506 .mmap_commit = snd_pcm_dsnoop_mmap_commit,
|
H A D | pcm_dshare.c | 634 .mmap_commit = snd_pcm_dshare_mmap_commit,
|
H A D | pcm_hw.c | 45 //#define DEBUG_MMAP /* debug mmap_commit */ 1565 .mmap_commit = snd_pcm_hw_mmap_commit, 1596 .mmap_commit = snd_pcm_hw_mmap_commit,
|
H A D | pcm_dmix.c | 938 .mmap_commit = snd_pcm_dmix_mmap_commit,
|
H A D | pcm_meter.c | 549 .mmap_commit = snd_pcm_meter_mmap_commit,
|
H A D | pcm_ioplug.c | 952 .mmap_commit = snd_pcm_ioplug_mmap_commit,
|
H A D | pcm_file.c | 727 /* user may run mmap_begin without mmap_commit multiple times in row */ in snd_pcm_file_mmap_begin() 870 .mmap_commit = snd_pcm_file_mmap_commit,
|
H A D | pcm_local.h | 185 snd_pcm_sframes_t (*mmap_commit)(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size); /* locked */ member
|
H A D | pcm_multi.c | 1051 .mmap_commit = snd_pcm_multi_mmap_commit,
|
H A D | pcm_rate.c | 1331 .mmap_commit = snd_pcm_rate_mmap_commit,
|
H A D | pcm_share.c | 136 /* Return number of frames to mmap_commit the slave */ 1359 .mmap_commit = snd_pcm_share_mmap_commit,
|
H A D | pcm.c | 7546 if (pcm->fast_ops->mmap_commit) in __snd_pcm_mmap_commit() 7547 return pcm->fast_ops->mmap_commit(pcm->fast_op_arg, offset, frames); in __snd_pcm_mmap_commit()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 505 ctrl->u.mmap_commit.offset, in pcm_shm_cmd() 506 ctrl->u.mmap_commit.frames); in pcm_shm_cmd()
|
Completed in 38 milliseconds