Home
last modified time | relevance | path

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

/hardware/qcom/audio/msm8909/hal/voice_extn/
Dcompress_voip.c62 uint32_t out_stream_count; member
88 .out_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()
489 voip_data.out_stream_count); in voice_extn_compress_voip_get_parameters()
576 if (!voip_data.out_stream_count) in voice_extn_compress_voip_start_output_stream()
630 if (voip_data.out_stream_count > 0) { in voice_extn_compress_voip_close_output_stream()
631 voip_data.out_stream_count--; in voice_extn_compress_voip_close_output_stream()
656 voip_data.out_stream_count++; in voice_extn_compress_voip_open_output_stream()