Home
last modified time | relevance | path

Searched refs:snd_pcm_recover (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/test/
Dpcm_min.c38 frames = snd_pcm_recover(handle, frames, 0); in main()
Dpcm-multi-thread.c248 err = snd_pcm_recover(pcm, err, 0); in main()
/third_party/alsa-lib/include/
Dpcm.h656 int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent);
/third_party/pulseaudio/src/modules/alsa/
Dalsa-util.c1100 if ((err = snd_pcm_recover(pcm, -EPIPE, 1)) != 0) { in pa_alsa_recover_from_poll()
Dalsa-source.c517 if ((err = snd_pcm_recover(u->pcm_handle, err, 1)) < 0) { in try_recover()
Dalsa-sink.c540 if ((err = snd_pcm_recover(u->pcm_handle, err, 1)) < 0) { in try_recover()
/third_party/alsa-lib/src/pcm/
Dpcm.c8555 int snd_pcm_recover(snd_pcm_t *pcm, int err, int silent) in snd_pcm_recover() function