Searched refs:suppSvc (Results 1 – 9 of 9) 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 | 7216 SuppSvcNotification suppSvc = {}; in suppSvcNotifyInd() local 7218 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd() 7219 suppSvc.code = ssn->code; in suppSvcNotifyInd() 7220 suppSvc.index = ssn->index; in suppSvcNotifyInd() 7221 suppSvc.type = ssn->type; in suppSvcNotifyInd() 7222 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd() 7226 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd() 7229 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);
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_utils_v1_6.h | 725 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
|