Home
last modified time | relevance | path

Searched refs:rewindable (Results 1 – 17 of 17) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_null.c354 .rewindable = snd_pcm_null_rewindable,
Dpcm_mmap_emul.c385 .rewindable = snd_pcm_generic_rewindable,
Dpcm_hooks.c184 .rewindable = snd_pcm_generic_rewindable,
Dpcm_plugin.c650 .rewindable = snd_pcm_plugin_rewindable,
Dpcm_dsnoop.c527 .rewindable = snd_pcm_dsnoop_rewindable,
Dpcm_hw.c1467 .rewindable = snd_pcm_hw_rewindable,
1498 .rewindable = snd_pcm_hw_rewindable,
Dpcm_dshare.c653 .rewindable = snd_pcm_dshare_rewindable,
Dpcm_shm.c620 .rewindable = snd_pcm_shm_rewindable,
Dpcm_file.c857 .rewindable = snd_pcm_file_rewindable,
Dpcm_ioplug.c943 .rewindable = snd_pcm_ioplug_rewindable,
Dpcm_dmix.c957 .rewindable = snd_pcm_dmix_rewindable,
Dpcm_meter.c537 .rewindable = snd_pcm_generic_rewindable,
Dpcm_multi.c1031 .rewindable = snd_pcm_multi_rewindable,
Dpcm_local.h172 snd_pcm_sframes_t (*rewindable)(snd_pcm_t *pcm); /* locked */ member
Dpcm_share.c1343 .rewindable = snd_pcm_share_rewindable,
Dpcm_rate.c1287 .rewindable = snd_pcm_rate_rewindable,
Dpcm.c1423 if (pcm->fast_ops->rewindable) in snd_pcm_rewindable()
1424 result = pcm->fast_ops->rewindable(pcm->fast_op_arg); in snd_pcm_rewindable()