QCOM RIL Audio fix from SonyXperiaDev
Go to file
MarijnS95 5f60b38959 Convert makefile to blueprint with androidmk.
Signed-off-by: MarijnS95 <marijns95@gmail.com>
2019-12-04 19:16:38 +01: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 Convert makefile to blueprint with androidmk. 2019-12-04 19:16:38 +01:00
AndroidManifest.xml Make QcRilAm a privileged system app 2018-12-12 08:41:52 +01:00
proguard.flags QcRilAm: An app to handle QcRilAudio callbacks 2018-11-15 11:30:44 +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