Searched refs:rewindable (Results 1 - 17 of 17) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_null.c | 354 .rewindable = snd_pcm_null_rewindable,
|
H A D | pcm_mmap_emul.c | 385 .rewindable = snd_pcm_generic_rewindable,
|
H A D | pcm_hooks.c | 184 .rewindable = snd_pcm_generic_rewindable,
|
H A D | pcm_plugin.c | 670 .rewindable = snd_pcm_plugin_rewindable,
|
H A D | pcm_dsnoop.c | 493 .rewindable = snd_pcm_dsnoop_rewindable,
|
H A D | pcm_shm.c | 621 .rewindable = snd_pcm_shm_rewindable,
|
H A D | pcm_dshare.c | 621 .rewindable = snd_pcm_dshare_rewindable,
|
H A D | pcm_hw.c | 1552 .rewindable = snd_pcm_hw_rewindable, 1583 .rewindable = snd_pcm_hw_rewindable,
|
H A D | pcm_dmix.c | 925 .rewindable = snd_pcm_dmix_rewindable,
|
H A D | pcm_meter.c | 539 .rewindable = snd_pcm_generic_rewindable,
|
H A D | pcm_ioplug.c | 943 .rewindable = snd_pcm_ioplug_rewindable,
|
H A D | pcm_file.c | 857 .rewindable = snd_pcm_file_rewindable,
|
H A D | pcm_local.h | 176 snd_pcm_sframes_t (*rewindable)(snd_pcm_t *pcm); /* locked */ member
|
H A D | pcm_multi.c | 1042 .rewindable = snd_pcm_multi_rewindable,
|
H A D | pcm_rate.c | 1321 .rewindable = snd_pcm_rate_rewindable,
|
H A D | pcm_share.c | 1352 .rewindable = snd_pcm_share_rewindable,
|
H A D | pcm.c | 1438 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