summaryrefslogtreecommitdiffstats
path: root/audio/ril_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* Audio-RIL-Interfacereplicant-4.2-0001Paul Kocialkowski2014-01-011-1/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Turn off execute bitGlenn Kasten2012-01-181-0/+0
| | | | Change-Id: I711920dde1560ca202ef878ee93a2af61545524b
* audio: delete unused ril-client API.UK KIM2011-11-101-1/+0
| | | | | | The clock sync func is unused for both HSPA and LTE device. Change-Id: Ia9f369a0151cb3bb15242544e5f5442b893253bc
* audio: support wideband call audioSimon Wilson2011-09-301-0/+5
| | | | | | | | 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-1/+2
| | | | | | | | | | 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-13/+12
| | | | | | This prevents a seg fault if no ril is present. Change-Id: I5f9443e31bdcab07df21d9f12ed2dd92807300f8
* audio: voice call supportSimon Wilson2011-06-241-0/+67
- Also ensured that PRODUCT_PACKAGES is set so that the HAL is copied into the filesystem. Change-Id: I89790e5aec1d6beb7d4650316ec070503a35c436