d0e1cf6a93
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
6 lines
188 B
Text
6 lines
188 B
Text
package vendor.qti.hardware.radio.am@1.0;
|
|
|
|
interface IQcRilAudioCallback {
|
|
getParameters(string str) generates (string result);
|
|
setParameters(string str) generates (int32_t success);
|
|
};
|