Searched refs:snd_pcm_recover (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-lib/test/ |
D | pcm_min.c | 38 frames = snd_pcm_recover(handle, frames, 0); in main()
|
D | pcm-multi-thread.c | 248 err = snd_pcm_recover(pcm, err, 0); in main()
|
/third_party/alsa-lib/include/ |
D | pcm.h | 656 int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent);
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-util.c | 1100 if ((err = snd_pcm_recover(pcm, -EPIPE, 1)) != 0) { in pa_alsa_recover_from_poll()
|
D | alsa-source.c | 517 if ((err = snd_pcm_recover(u->pcm_handle, err, 1)) < 0) { in try_recover()
|
D | alsa-sink.c | 540 if ((err = snd_pcm_recover(u->pcm_handle, err, 1)) < 0) { in try_recover()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 8555 int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent) in snd_pcm_recover() function
|