Searched refs:snd_pcm_forward (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/src/ |
D | Versions.in | 94 @SYMBOL_PREFIX@snd_pcm_forward;
|
/third_party/alsa-utils/axfer/ |
D | xfer-libasound-timer-mmap.c | 231 forward_count = snd_pcm_forward(state->handle, forwardable_count); in forward_appl_ptr()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.c | 196 return INTERNAL(snd_pcm_forward)(generic->slave, frames); in snd_pcm_generic_forward()
|
D | pcm_plugin.c | 226 sframes = INTERNAL(snd_pcm_forward)(plugin->gen.slave, sframes); in snd_pcm_plugin_forward()
|
D | pcm_multi.c | 665 result = INTERNAL(snd_pcm_forward)(slave_i, f); in snd_pcm_multi_rewind() 684 snd_pcm_sframes_t f = INTERNAL(snd_pcm_forward)(slave_i, frames); in snd_pcm_multi_forward()
|
D | pcm_file.c | 597 err = INTERNAL(snd_pcm_forward)(file->gen.slave, frames); in snd_pcm_file_forward()
|
D | pcm_meter.c | 341 snd_pcm_sframes_t err = INTERNAL(snd_pcm_forward)(meter->gen.slave, frames); in snd_pcm_meter_forward()
|
D | pcm_local.h | 836 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|
D | pcm_share.c | 1091 snd_pcm_sframes_t ret = INTERNAL(snd_pcm_forward)(slave->pcm, frames); in _snd_pcm_share_forward()
|
D | pcm.c | 1507 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL() argument 1509 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in INTERNAL() 1533 use_default_symbol_version(__snd_pcm_forward, snd_pcm_forward, ALSA_0.9.0rc8);
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 478 ctrl->result = snd_pcm_forward(pcm, ctrl->u.forward.frames); in pcm_shm_cmd()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 549 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|