Home
last modified time | relevance | path

Searched refs:snd_pcm_forward (Results 1 - 11 of 11) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c196 return INTERNAL(snd_pcm_forward)(generic->slave, frames); in snd_pcm_generic_forward()
H A Dpcm_plugin.c226 sframes = INTERNAL(snd_pcm_forward)(plugin->gen.slave, sframes); in snd_pcm_plugin_forward()
H A Dpcm_multi.c675 result = INTERNAL(snd_pcm_forward)(slave_i, f); in snd_pcm_multi_rewind()
694 snd_pcm_sframes_t f = INTERNAL(snd_pcm_forward)(slave_i, frames); in snd_pcm_multi_forward()
H A Dpcm_meter.c343 snd_pcm_sframes_t err = INTERNAL(snd_pcm_forward)(meter->gen.slave, frames); in snd_pcm_meter_forward()
H A Dpcm_file.c597 err = INTERNAL(snd_pcm_forward)(file->gen.slave, frames); in snd_pcm_file_forward()
H A Dpcm.c1484 * Note: The snd_pcm_forward() can accept bigger value than returned
1522 EXPORT_SYMBOL snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_forward() function
1524 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_forward()
1548 use_default_symbol_version(__snd_pcm_forward, snd_pcm_forward, ALSA_0.9.0rc8);
H A Dpcm_local.h844 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
H A Dpcm_share.c1100 snd_pcm_sframes_t ret = INTERNAL(snd_pcm_forward)(slave->pcm, frames); in _snd_pcm_share_forward()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-timer-mmap.c231 forward_count = snd_pcm_forward(state->handle, forwardable_count); in forward_appl_ptr()
/third_party/alsa-lib/aserver/
H A Daserver.c479 ctrl->result = snd_pcm_forward(pcm, ctrl->u.forward.frames); in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h566 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);

Completed in 29 milliseconds