Willi Ye | daf0b73 | 2019-10-22 22:48:05 +0200 | [diff] [blame^] | 1 | package vendor.samsung.hardware.radio@1.2; |
| 2 | |
| 3 | import android.hardware.radio@1.2::IRadioIndication; |
| 4 | import android.hardware.radio@1.0::RadioIndicationType; |
| 5 | |
| 6 | interface IRadioIndication extends android.hardware.radio@1.2::IRadioIndication { |
| 7 | oneway secCurrentSignalStrength(RadioIndicationType type, SecSignalStrength signalStrength); |
| 8 | oneway secImsNetworkStateChanged(RadioIndicationType type, vec<int32_t> regState); |
| 9 | oneway oemAcbInfoChanged(RadioIndicationType type, vec<int32_t> acbInfo); |
| 10 | oneway oemCsFallback(RadioIndicationType type, int32_t state); |
| 11 | oneway oemImsPreferenceChangeInd(RadioIndicationType type, vec<int32_t> imsPref); |
| 12 | oneway oemVoiceRadioBearerHoStatusInd(RadioIndicationType type, int32_t state); |
| 13 | oneway oemHysteresisDcnInd(RadioIndicationType type); |
| 14 | oneway oemTimerStatusChangedInd(int32_t type, vec<int32_t> eventNoti); |
| 15 | oneway oemModemCapInd(int32_t type, vec<int8_t> data); |
| 16 | oneway oemAmInd(int32_t type, string intent); |
| 17 | oneway oemTrunRadioOnInd(int32_t type); |
| 18 | oneway oemSimPbReadyInd(int32_t type); |
| 19 | oneway oemPbInitCompleteInd(int32_t type); |
| 20 | oneway oemDeviceReadyNoti(int32_t type); |
| 21 | oneway oemStkSmsSendResultInd(int32_t type, int32_t result); |
| 22 | oneway oemStkCallControlResultInd(int32_t type, string cmd); |
| 23 | oneway oemSimSwapStateChangedInd(int32_t type, int32_t state); |
| 24 | oneway oemSimCountMismatchedInd(int32_t type, int32_t state); |
| 25 | oneway oemSimIccidNoti(int32_t type, string iccid); |
| 26 | oneway oemSimOnOffNoti(int32_t type, int32_t mode); |
| 27 | oneway oemReleaseCompleteMessageInd(int32_t typer, OemSSReleaseComplete result); |
| 28 | oneway oemSapNoti(int32_t type, vec<int8_t> data); |
| 29 | oneway oemNrBearerAllocationChangeInd(int32_t type, int32_t status); |
| 30 | oneway oem5gStatusChangeInd(int32_t type, int32_t status); |
| 31 | oneway oemNrDcParamChangeInd(int32_t type, DcParam dcParam); |
| 32 | oneway oemNrSignalStrengthInd(int32_t type, NrSignalStrength nrSignalStrength); |
| 33 | oemLoadApnProfile(string select) generates (ApnProfile apnProf); |
| 34 | oemGetSettingValue(string key, string table) generates (int32_t value); |
| 35 | }; |