QCOM RIL Audio fix from SonyXperiaDev
Go to file
ix5 331833e6b6 QcRilAmService: Wait for IQcRilAudio to be up
The default call to getService of a HIDL/AIDL interface will
not wait for the service to be up. Use the retry parameter
to use tryGetService internally.

This will fix a deprecation warning on future Android versions.

See https://android-review.googlesource.com/c/platform/system/tools/hidl/+/1291900
2020-05-26 19:51:39 +02:00
interface/am/1.0 QcRilAm: An app to handle QcRilAudio callbacks 2018-11-15 11:30:44 +01:00
src/com/sony/qcrilam QcRilAmService: Wait for IQcRilAudio to be up 2020-05-26 19:51:39 +02:00
Android.bp Rewrite in Kotlin 2020-01-23 02:30:44 +02: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