summaryrefslogtreecommitdiffstats
path: root/audio/ril_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* Turn off execute bitGlenn Kasten2012-01-181-0/+0
| | | | Change-Id: I711920dde1560ca202ef878ee93a2af61545524b
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I2e1c43800c19b718cc7ee94ec299c62bc14873b4
* audio: delete unused ril-client API.UK KIM2011-11-101-12/+1
| | | | | | The clock sync func is unused for both HSPA and LTE device. Change-Id: Ia9f369a0151cb3bb15242544e5f5442b893253bc
* audio: get wb amr status when ril is connectedgaon.yoon2011-10-141-0/+9
| | | | | | | | | | | At the first incoming call, wb amr callback time is faster than ril-connecting time so wb status is not updated. To update wb amr status get it at ril-connecting time. HSPA supports getting wb amr status, but LTE does not support it. Change-Id: I477cb19f8ef72d5461c2800e09958f504ae733e5
* audio: support wideband call audioSimon Wilson2011-09-301-1/+35
| | | | | | | | Some networks support wideband AMR for voice calls. To support this, implement a callback that the RIL uses to set the wideband config. Change-Id: Ifa75ff189cc300728f560b77fd4fb3f1798e776d
* audio: use per-device maximum RIL volumeSimon Wilson2011-07-291-2/+17
| | | | | | | | | | The maguro and toro devices have different radios, each supporting a different maximum volume. Determine the maximum volume for the device from the ro.config.vc_call_vol_steps property and use that to calculate the volume to send to the RIL. Change-Id: I02921ed41ddbae90f8d3a149c05d37d3e87deab0
* audio: check for ril presence before calling into itKim Uk2011-07-191-36/+75
| | | | | | This prevents a seg fault if no ril is present. Change-Id: I5f9443e31bdcab07df21d9f12ed2dd92807300f8
* audio: voice call supportSimon Wilson2011-06-241-0/+86
- Also ensured that PRODUCT_PACKAGES is set so that the HAL is copied into the filesystem. Change-Id: I89790e5aec1d6beb7d4650316ec070503a35c436