Home
last modified time | relevance | path

Searched refs:snd_pcm_forward (Results 1 – 12 of 12) sorted by relevance

/third_party/alsa-lib/src/
DVersions.in94 @SYMBOL_PREFIX@snd_pcm_forward;
/third_party/alsa-utils/axfer/
Dxfer-libasound-timer-mmap.c231 forward_count = snd_pcm_forward(state->handle, forwardable_count); in forward_appl_ptr()
/third_party/alsa-lib/src/pcm/
Dpcm_generic.c196 return INTERNAL(snd_pcm_forward)(generic->slave, frames); in snd_pcm_generic_forward()
Dpcm_plugin.c226 sframes = INTERNAL(snd_pcm_forward)(plugin->gen.slave, sframes); in snd_pcm_plugin_forward()
Dpcm_multi.c665 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()
Dpcm_file.c597 err = INTERNAL(snd_pcm_forward)(file->gen.slave, frames); in snd_pcm_file_forward()
Dpcm_meter.c341 snd_pcm_sframes_t err = INTERNAL(snd_pcm_forward)(meter->gen.slave, frames); in snd_pcm_meter_forward()
Dpcm_local.h836 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
Dpcm_share.c1091 snd_pcm_sframes_t ret = INTERNAL(snd_pcm_forward)(slave->pcm, frames); in _snd_pcm_share_forward()
Dpcm.c1507 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/
Daserver.c478 ctrl->result = snd_pcm_forward(pcm, ctrl->u.forward.frames); in pcm_shm_cmd()
/third_party/alsa-lib/include/
Dpcm.h549 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);