Home
last modified time | relevance | path

Searched refs:suppSvc (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioIndication-network.cpp224 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/
DIRadioNetworkIndication.aidl188 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/
DIRadioNetworkIndication.aidl49 …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/
DIRadioNetworkIndication.aidl49 …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/
DIRadioNetworkIndication.aidl50 …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/
DIRadioNetworkIndication.aidl50 …are.radio.RadioIndicationType type, in android.hardware.radio.network.SuppSvcNotification suppSvc); in suppSvcNotify() argument
/hardware/interfaces/radio/aidl/vts/
Dradio_network_utils.h236 const SuppSvcNotification& suppSvc) override;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal134 * @param suppSvc SuppSvcNotification as defined in types.hal
136 oneway suppSvcNotify(RadioIndicationType type, SuppSvcNotification suppSvc);
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h83 const V1_0::SuppSvcNotification& suppSvc) override;
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h448 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h468 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h536 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/ril/libril/
Dril_service.cpp7091 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/
Dradio_hidl_hal_utils_v1_2.h562 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h631 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h730 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h998 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);