Home
last modified time | relevance | path

Searched refs:snd_pcm_status_get_state (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-utils/axfer/
Dxfer-libasound-irq-mmap.c212 s = snd_pcm_status_get_state(layout->status); in irq_mmap_r_process_frames()
251 s = snd_pcm_status_get_state(layout->status); in irq_mmap_w_process_frames()
Dxfer-libasound-timer-mmap.c262 s = snd_pcm_status_get_state(layout->status); in timer_mmap_r_process_frames()
387 s = snd_pcm_status_get_state(layout->status); in timer_mmap_w_process_frames()
/third_party/pulseaudio/src/tests/
Dalsa-time-test.c188 state = snd_pcm_status_get_state(status); in main()
/third_party/libsnd/programs/
Dsndfile-play.c308 else if (snd_pcm_status_get_state (status) == SND_PCM_STATE_XRUN) in alsa_write_float()
/third_party/alsa-utils/aplay/
Daplay.c1639 if (snd_pcm_status_get_state(status) == SND_PCM_STATE_XRUN) { in xrun()
1677 if (snd_pcm_status_get_state(status) == SND_PCM_STATE_DRAINING) { in xrun()
1695 error(_("read/write error, state = %s"), snd_pcm_state_name(snd_pcm_status_get_state(status))); in xrun()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsasrc.c959 if (snd_pcm_status_get_state (status) != SND_PCM_STATE_RUNNING) { in gst_alsasrc_get_timestamp()
/third_party/alsa-lib/include/
Dpcm.h1032 snd_pcm_state_t snd_pcm_status_get_state(const snd_pcm_status_t *obj);
/third_party/alsa-lib/src/pcm/
Dpcm.c6822 snd_pcm_state_t snd_pcm_status_get_state(const snd_pcm_status_t *obj) in snd_pcm_status_get_state() function