Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_null.c354 .rewindable = snd_pcm_null_rewindable,
H A Dpcm_mmap_emul.c385 .rewindable = snd_pcm_generic_rewindable,
H A Dpcm_hooks.c184 .rewindable = snd_pcm_generic_rewindable,
H A Dpcm_plugin.c670 .rewindable = snd_pcm_plugin_rewindable,
H A Dpcm_dsnoop.c493 .rewindable = snd_pcm_dsnoop_rewindable,
H A Dpcm_shm.c621 .rewindable = snd_pcm_shm_rewindable,
H A Dpcm_dshare.c621 .rewindable = snd_pcm_dshare_rewindable,
H A Dpcm_hw.c1552 .rewindable = snd_pcm_hw_rewindable,
1583 .rewindable = snd_pcm_hw_rewindable,
H A Dpcm_dmix.c925 .rewindable = snd_pcm_dmix_rewindable,
H A Dpcm_meter.c539 .rewindable = snd_pcm_generic_rewindable,
H A Dpcm_ioplug.c943 .rewindable = snd_pcm_ioplug_rewindable,
H A Dpcm_file.c857 .rewindable = snd_pcm_file_rewindable,
H A Dpcm_local.h176 snd_pcm_sframes_t (*rewindable)(snd_pcm_t *pcm); /* locked */ member
H A Dpcm_multi.c1042 .rewindable = snd_pcm_multi_rewindable,
H A Dpcm_rate.c1321 .rewindable = snd_pcm_rate_rewindable,
H A Dpcm_share.c1352 .rewindable = snd_pcm_share_rewindable,
H A Dpcm.c1438 if (pcm->fast_ops->rewindable) in snd_pcm_rewindable()
1439 result = pcm->fast_ops->rewindable(pcm->fast_op_arg); in snd_pcm_rewindable()

Completed in 48 milliseconds