History log of /hardware/qcom/audio/hal/voice_extn/voice_extn.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a51fd4083112343fddcc294f850f2d5456f24fd4 05-Feb-2016 vivek mehta <mvivek@codeaurora.org> hal: add single session VSID voice call support

With new Voice architecture, a voice session per subscription
will support different call types such as Voice/VoLTE/VoWLAN etc.
These new voice sessions will be tagged with new VSID.

CAF-commit: 0e1093537bbbf220a46a1a0044dbec5a6bf7dbce

Change-Id: I7e9c90fb3935ebce5ff281f2d1c25c66aa96e55e
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
374795fa81ac3eef636f682c5d2871a1658f5f4d 06-Feb-2016 Steve Pfetsch <spfetsch@google.com> Revert "hal: add single session VSID voice call support"

This reverts commit 24cc35757a619be1d301c462b34756f0ff59a489.
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
24cc35757a619be1d301c462b34756f0ff59a489 05-Feb-2016 vivek mehta <mvivek@codeaurora.org> hal: add single session VSID voice call support

With new Voice architecture, a voice session per subscription
will support different call types such as Voice/VoLTE/VoWLAN etc.
These new voice sessions will be tagged with new VSID.

CAF-commit: 0e1093537bbbf220a46a1a0044dbec5a6bf7dbce

Change-Id: I7e9c90fb3935ebce5ff281f2d1c25c66aa96e55e
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
37a7699e96b3a4433e80b3899230809976d5e14b 09-Apr-2015 Glenn Kasten <gkasten@google.com> Fix build warnings on shamu

for implicit and incompatible declarations of malloc, free, calloc

Change-Id: I9bae9d032bbaea3955bef1073b9b8b7c187dec43
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
36886fcdc57683b8a3d08edc59fa5a8e8f5f461a 29-Sep-2014 Ravi Kumar Alamanda <ralama@codeaurora.org> hal: stop voice call when mode is set to AUDIO_MODE_NORMAL

Do not wait for a routing command after mode is set to NORMAL to
disconnect voice calls.
Start voice call use case only when mode is set to IN_CALL.

Bug: 17687327

Change-Id: Ida33fd6b215fcc70c0afe510b8f0a0d90496385e
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
08dbcfc116e62f5b4007cade7311430ea235a09e 21-Aug-2014 Ravi Kumar Alamanda <ralama@codeaurora.org> hal: avoid usage of extern functions and tables

If there is any difference in the signature of a function declared
as extern, it will not be reported by the compiler and may result
in unexpected results when executed.
All the API functions should be declared in a header file.

Change-Id: I89662e23da8118c3a9eac728b389498ed52e19c2
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
f1819247a21f755757a28ea313678faff73ef349 06-Aug-2014 Ravi Kumar Alamanda <ralama@codeaurora.org> hal: fix voice call device routing issue

voice_device_set flag is to indicate voice call device routing
update from policymanager to HAL. It is set to true in voice_extn_start_call
and reset in update_calls() which causes mismatch in flag update during back
to back voice calls scenario. Update adev->voice_device_set flag in
voice_extn_stop_call instead of update_calls().

Bug: 17149385

Cherry-pick of CAF commit: e0085d06416a8fb6d0b4503900508c16fbc98c58

Change-Id: Ie07105671f254899890bdb4c0635c7dc1f55dbff
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
4b89e37ad290ef955abf8ac1d151728303311345 19-Jun-2014 Vineeta Srivastava <vsrivastava@google.com> Revert "Revert "hal: Add support for IMS calls""

This reverts commit a609e8ebdfeca875b6d35ccfb3fb8b87710f3499.
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
a609e8ebdfeca875b6d35ccfb3fb8b87710f3499 18-Jun-2014 Eric Laurent <elaurent@google.com> Revert "hal: Add support for IMS calls"

This reverts commit cedf1ac3c00e331b5f51b077f26c1367544ddd65.

Change-Id: I5f92f28c8b97265263a0bce5b38ff60d4655b68b
/hardware/qcom/audio/hal/voice_extn/voice_extn.c
cedf1ac3c00e331b5f51b077f26c1367544ddd65 11-Jun-2014 Haynes Mathew George <hgeorge@codeaurora.org> hal: Add support for IMS calls

Move all the voice call specific code to a new file.
Add voice extension files to support IMS calls.

Change-Id: I1b7235500c8e3c2285b726b351d996dc3e5ebdf6
/hardware/qcom/audio/hal/voice_extn/voice_extn.c