Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Daserver.h98 } mmap_commit; member
/third_party/alsa-lib/src/pcm/
H A Dpcm_shm.c555 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 Dpcm_null.c364 .mmap_commit = snd_pcm_null_mmap_commit,
H A Dpcm_mmap_emul.c398 .mmap_commit = snd_pcm_mmap_emul_mmap_commit,
H A Dpcm_hooks.c197 .mmap_commit = snd_pcm_generic_mmap_commit,
H A Dpcm_plugin.c683 .mmap_commit = snd_pcm_plugin_mmap_commit,
H A Dpcm_dsnoop.c506 .mmap_commit = snd_pcm_dsnoop_mmap_commit,
H A Dpcm_dshare.c634 .mmap_commit = snd_pcm_dshare_mmap_commit,
H A Dpcm_hw.c45 //#define DEBUG_MMAP /* debug mmap_commit */
1565 .mmap_commit = snd_pcm_hw_mmap_commit,
1596 .mmap_commit = snd_pcm_hw_mmap_commit,
H A Dpcm_dmix.c938 .mmap_commit = snd_pcm_dmix_mmap_commit,
H A Dpcm_meter.c549 .mmap_commit = snd_pcm_meter_mmap_commit,
H A Dpcm_ioplug.c952 .mmap_commit = snd_pcm_ioplug_mmap_commit,
H A Dpcm_file.c727 /* 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 Dpcm_local.h185 snd_pcm_sframes_t (*mmap_commit)(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size); /* locked */ member
H A Dpcm_multi.c1051 .mmap_commit = snd_pcm_multi_mmap_commit,
H A Dpcm_rate.c1331 .mmap_commit = snd_pcm_rate_mmap_commit,
H A Dpcm_share.c136 /* Return number of frames to mmap_commit the slave */
1359 .mmap_commit = snd_pcm_share_mmap_commit,
H A Dpcm.c7546 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 Daserver.c505 ctrl->u.mmap_commit.offset, in pcm_shm_cmd()
506 ctrl->u.mmap_commit.frames); in pcm_shm_cmd()

Completed in 38 milliseconds