android_packages_apps_QcRilAm/interface/am/1.0/IQcRilAudio.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

9 lines
228 B
Plaintext

package vendor.qti.hardware.radio.am@1.0;
import vendor.qti.hardware.radio.am@1.0::IQcRilAudioCallback;
interface IQcRilAudio {
oneway setCallback(IQcRilAudioCallback iQcRilAudioCallback);
oneway setError(int32_t error);
};