Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/voice_extn/
Dcompress_voip.c63 uint32_t in_stream_count; member
89 .in_stream_count = 0,
287 __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()
319 __func__, voip_data.out_stream_count, voip_data.in_stream_count); in voip_stop_call()
611 if (!voip_data.in_stream_count) in voice_extn_compress_voip_start_input_stream()
672 if(voip_data.in_stream_count > 0) { in voice_extn_compress_voip_close_input_stream()
674 voip_data.in_stream_count--; in voice_extn_compress_voip_close_input_stream()
705 voip_data.in_stream_count++; in voice_extn_compress_voip_open_input_stream()