/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioIndication-network.cpp | 224 const V1_0::SuppSvcNotification& suppSvc) { in suppSvcNotify() argument 226 networkCb()->suppSvcNotify(toAidl(type), toAidl(suppSvc)); in suppSvcNotify()
|
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 188 void suppSvcNotify(in RadioIndicationType type, in SuppSvcNotification suppSvc); in suppSvcNotify() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 49 …are.radio.RadioIndicationType type, in android.hardware.radio.network.SuppSvcNotification suppSvc); in suppSvcNotify() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 49 …are.radio.RadioIndicationType type, in android.hardware.radio.network.SuppSvcNotification suppSvc); in suppSvcNotify() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 50 …are.radio.RadioIndicationType type, in android.hardware.radio.network.SuppSvcNotification suppSvc); in suppSvcNotify() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 50 …are.radio.RadioIndicationType type, in android.hardware.radio.network.SuppSvcNotification suppSvc); in suppSvcNotify() argument
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_network_utils.h | 236 const SuppSvcNotification& suppSvc) override;
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 134 * @param suppSvc SuppSvcNotification as defined in types.hal 136 oneway suppSvcNotify(RadioIndicationType type, SuppSvcNotification suppSvc);
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioIndication.h | 83 const V1_0::SuppSvcNotification& suppSvc) override;
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 448 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 468 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 536 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 7091 SuppSvcNotification suppSvc = {}; in suppSvcNotifyInd() local 7093 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd() 7094 suppSvc.code = ssn->code; in suppSvcNotifyInd() 7095 suppSvc.index = ssn->index; in suppSvcNotifyInd() 7096 suppSvc.type = ssn->type; in suppSvcNotifyInd() 7097 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd() 7101 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd() 7104 convertIntToRadioIndicationType(indicationType), suppSvc); in suppSvcNotifyInd()
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 562 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_utils_v1_4.h | 631 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_utils_v1_5.h | 730 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_utils_v1_6.h | 998 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|