Loading hal/voice_extn/compress_voip.c +2 −0 Original line number Diff line number Diff line Loading @@ -612,6 +612,7 @@ int voice_extn_compress_voip_start_input_stream(struct stream_in *in) if (!voip_data.in_stream_count) ret = voice_extn_compress_voip_open_input_stream(in); adev->active_input = in; ret = voip_start_call(adev, &in->config); in->pcm = voip_data.pcm_tx; Loading Loading @@ -670,6 +671,7 @@ int voice_extn_compress_voip_close_input_stream(struct audio_stream *stream) ALOGD("%s: enter", __func__); if(voip_data.in_stream_count > 0) { adev->active_input = NULL; voip_data.in_stream_count--; status = voip_stop_call(adev); in->pcm = NULL; Loading Loading
hal/voice_extn/compress_voip.c +2 −0 Original line number Diff line number Diff line Loading @@ -612,6 +612,7 @@ int voice_extn_compress_voip_start_input_stream(struct stream_in *in) if (!voip_data.in_stream_count) ret = voice_extn_compress_voip_open_input_stream(in); adev->active_input = in; ret = voip_start_call(adev, &in->config); in->pcm = voip_data.pcm_tx; Loading Loading @@ -670,6 +671,7 @@ int voice_extn_compress_voip_close_input_stream(struct audio_stream *stream) ALOGD("%s: enter", __func__); if(voip_data.in_stream_count > 0) { adev->active_input = NULL; voip_data.in_stream_count--; status = voip_stop_call(adev); in->pcm = NULL; Loading