Searched refs:suppSvc (Results 1 – 8 of 8) sorted by relevance
/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/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 436 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 457 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 528 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 7218 SuppSvcNotification suppSvc = {}; in suppSvcNotifyInd() local 7220 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd() 7221 suppSvc.code = ssn->code; in suppSvcNotifyInd() 7222 suppSvc.index = ssn->index; in suppSvcNotifyInd() 7223 suppSvc.type = ssn->type; in suppSvcNotifyInd() 7224 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd() 7228 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd() 7231 convertIntToRadioIndicationType(indicationType), suppSvc); in suppSvcNotifyInd()
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 552 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_utils_v1_4.h | 623 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_utils_v1_5.h | 720 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|