Searched refs:snd_pcm_rewind (Results 1 – 12 of 12) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_rate.c | 798 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()
|
D | pcm_share.c | 834 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()
|
D | pcm_generic.c | 208 return snd_pcm_rewind(generic->slave, frames); in snd_pcm_generic_rewind()
|
D | pcm_plugin.c | 202 sframes = snd_pcm_rewind(plugin->gen.slave, sframes); in snd_pcm_plugin_rewind()
|
D | pcm_multi.c | 653 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()
|
D | pcm_file.c | 569 err = snd_pcm_rewind(file->gen.slave, frames); in snd_pcm_file_rewind()
|
D | pcm_meter.c | 332 snd_pcm_sframes_t err = snd_pcm_rewind(meter->gen.slave, frames); in snd_pcm_meter_rewind()
|
D | pcm.c | 1440 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/ |
D | xfer-libasound-timer-mmap.c | 323 rewind_count = snd_pcm_rewind(state->handle, rewindable_count); in rewind_appl_ptr()
|
/third_party/alsa-lib/aserver/ |
D | aserver.c | 475 ctrl->result = snd_pcm_rewind(pcm, ctrl->u.rewind.frames); in pcm_shm_cmd()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 547 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-sink.c | 1929 if ((out_frames = snd_pcm_rewind(u->pcm_handle, (snd_pcm_uframes_t) in_frames)) < 0) { in process_rewind()
|