Searched refs:snd_pcm_forward (Results 1 - 11 of 11) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_generic.c | 196 return INTERNAL(snd_pcm_forward)(generic->slave, frames); in snd_pcm_generic_forward()
|
H A D | pcm_plugin.c | 226 sframes = INTERNAL(snd_pcm_forward)(plugin->gen.slave, sframes); in snd_pcm_plugin_forward()
|
H A D | pcm_multi.c | 675 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 D | pcm_meter.c | 343 snd_pcm_sframes_t err = INTERNAL(snd_pcm_forward)(meter->gen.slave, frames); in snd_pcm_meter_forward()
|
H A D | pcm_file.c | 597 err = INTERNAL(snd_pcm_forward)(file->gen.slave, frames); in snd_pcm_file_forward()
|
H A D | pcm.c | 1484 * 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 D | pcm_local.h | 844 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|
H A D | pcm_share.c | 1100 snd_pcm_sframes_t ret = INTERNAL(snd_pcm_forward)(slave->pcm, frames); in _snd_pcm_share_forward()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-timer-mmap.c | 231 forward_count = snd_pcm_forward(state->handle, forwardable_count); in forward_appl_ptr()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 479 ctrl->result = snd_pcm_forward(pcm, ctrl->u.forward.frames); in pcm_shm_cmd()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 566 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|
Completed in 29 milliseconds