Searched refs:voip_data (Results 1 – 1 of 1) sorted by relevance
58 struct voip_data { struct84 static struct voip_data voip_data = { argument287 __func__, voip_data.out_stream_count, voip_data.in_stream_count); in voip_stop_call()289 if (!voip_data.out_stream_count && !voip_data.in_stream_count) { in voip_stop_call()290 voip_data.sample_rate = 0; in voip_stop_call()299 if (voip_data.pcm_rx) { in voip_stop_call()300 pcm_close(voip_data.pcm_rx); in voip_stop_call()301 voip_data.pcm_rx = NULL; in voip_stop_call()303 if (voip_data.pcm_tx) { in voip_stop_call()304 pcm_close(voip_data.pcm_tx); in voip_stop_call()[all …]