Home
last modified time | relevance | path

Searched refs:_snd_pcm_share_stop (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c119 static void _snd_pcm_share_stop(snd_pcm_t *pcm, snd_pcm_state_t state);
223 _snd_pcm_share_stop(pcm, share->state == SND_PCM_STATE_DRAINING ? SND_PCM_STATE_SETUP : SND_PCM_STATE_XRUN); in _snd_pcm_share_missing()
258 _snd_pcm_share_stop(pcm, SND_PCM_STATE_SETUP); in _snd_pcm_share_missing()
269 _snd_pcm_share_stop(pcm, SND_PCM_STATE_XRUN); in _snd_pcm_share_missing()
1133 static void _snd_pcm_share_stop(snd_pcm_t *pcm, snd_pcm_state_t state) in _snd_pcm_share_stop() function
1206 _snd_pcm_share_stop(pcm, SND_PCM_STATE_DRAINING); in snd_pcm_share_drain()
1245 _snd_pcm_share_stop(pcm, SND_PCM_STATE_SETUP); in snd_pcm_share_drop()

Completed in 2 milliseconds