Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_rate.c798 result = snd_pcm_rewind(rate->gen.slave, result); in snd_pcm_rate_commit_area()
831 result = snd_pcm_rewind(rate->gen.slave, result); in snd_pcm_rate_commit_area()
861 result = snd_pcm_rewind(rate->gen.slave, result + xfer); in snd_pcm_rate_commit_area()
908 result = snd_pcm_rewind(rate->gen.slave, result); in snd_pcm_rate_grab_next_period()
930 result = snd_pcm_rewind(rate->gen.slave, result); in snd_pcm_rate_grab_next_period()
960 result = snd_pcm_rewind(rate->gen.slave, result + xfer); in snd_pcm_rate_grab_next_period()
Dpcm_share.c834 ret = snd_pcm_rewind(spcm, frames); in _snd_pcm_share_mmap_commit()
941 err = snd_pcm_rewind(spcm, sd); in snd_pcm_share_start()
1034 snd_pcm_sframes_t ret = snd_pcm_rewind(slave->pcm, frames); in _snd_pcm_share_rewind()
1147 snd_pcm_rewind(slave->pcm, delay); in _snd_pcm_share_stop()
Dpcm_generic.c208 return snd_pcm_rewind(generic->slave, frames); in snd_pcm_generic_rewind()
Dpcm_plugin.c202 sframes = snd_pcm_rewind(plugin->gen.slave, sframes); in snd_pcm_plugin_rewind()
Dpcm_multi.c653 snd_pcm_sframes_t f = snd_pcm_rewind(slave_i, frames); in snd_pcm_multi_rewind()
696 result = snd_pcm_rewind(slave_i, f); in snd_pcm_multi_forward()
Dpcm_file.c569 err = snd_pcm_rewind(file->gen.slave, frames); in snd_pcm_file_rewind()
Dpcm_meter.c332 snd_pcm_sframes_t err = snd_pcm_rewind(meter->gen.slave, frames); in snd_pcm_meter_rewind()
Dpcm.c1440 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_rewind() function
/third_party/alsa-utils/axfer/
Dxfer-libasound-timer-mmap.c323 rewind_count = snd_pcm_rewind(state->handle, rewindable_count); in rewind_appl_ptr()
/third_party/alsa-lib/aserver/
Daserver.c475 ctrl->result = snd_pcm_rewind(pcm, ctrl->u.rewind.frames); in pcm_shm_cmd()
/third_party/alsa-lib/include/
Dpcm.h547 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
/third_party/pulseaudio/src/modules/alsa/
Dalsa-sink.c1929 if ((out_frames = snd_pcm_rewind(u->pcm_handle, (snd_pcm_uframes_t) in_frames)) < 0) { in process_rewind()