android_packages_apps_QcRilAm/interface/am/1.0/IQcRilAudioCallback.hal
oshmoun d0e1cf6a93 QcRilAm: An app to handle QcRilAudio callbacks
This app simply communicates with the vendor.qti.hardware.radio.am hal and sets the callbacks required for functional incall audio.
The interface definition of the hal was taken from:
https://github.com/phhusson/treble_experimentations/tree/master/interfaces/vendor/qti/hardware/radio/am/1.0
2018-11-15 11:30:44 +01:00

7 lines
188 B
Plaintext

package vendor.qti.hardware.radio.am@1.0;
interface IQcRilAudioCallback {
getParameters(string str) generates (string result);
setParameters(string str) generates (int32_t success);
};