QCOM RIL Audio fix from SonyXperiaDev
Go to file
Alin Jerpelea bbece5031f
Merge pull request #5 from MarijnS95/sdk-compliant
Android.bp: Remove unused proguard files.
2019-12-06 05:41:37 +09:00
interface/am/1.0 QcRilAm: An app to handle QcRilAudio callbacks 2018-11-15 11:30:44 +01:00
src/com/sony/qcrilam Drop useless isRunning boolean; startService only starts it once. 2019-12-04 19:16:19 +01:00
Android.bp Android.bp: Remove unused proguard files. 2019-12-05 16:17:44 +01:00
AndroidManifest.xml Make QcRilAm a privileged system app 2018-12-12 08:41:52 +01:00
README.md Add README.md 2018-11-16 19:57:56 +01:00

QcRilAm

An app that handles communicating with the proprietary hal vendor.qti.radio.am in order to setup audio callbacks.

The interface definition used to communicate is taken from phhusson's work: cfca54c743