Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c86 unsigned int running_count; member
945 if (slave->running_count) { in snd_pcm_share_start()
971 if (slave->running_count == 0) { in snd_pcm_share_start()
981 if (slave->running_count == 0) { in snd_pcm_share_start()
986 slave->running_count++; in snd_pcm_share_start()
1149 } else if (slave->running_count > 1) { in _snd_pcm_share_stop()
1161 slave->running_count--; in _snd_pcm_share_stop()
1162 if (slave->running_count == 0) { in _snd_pcm_share_stop()

Completed in 3 milliseconds