Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp8058 SuppSvcNotification suppSvc = {}; in suppSvcNotifyInd() local
8060 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd()
8061 suppSvc.code = ssn->code; in suppSvcNotifyInd()
8062 suppSvc.index = ssn->index; in suppSvcNotifyInd()
8063 suppSvc.type = ssn->type; in suppSvcNotifyInd()
8064 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd()
8068 suppSvc.isMT, suppSvc.code, suppSvc.index, suppSvc.type); in suppSvcNotifyInd()
8071 convertIntToRadioIndicationType(indicationType), suppSvc); in suppSvcNotifyInd()