Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp7291 RIL_SuppSvcNotification *ssn = (RIL_SuppSvcNotification *) response; in suppSvcNotifyInd() local
7292 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd()
7293 suppSvc.code = ssn->code; in suppSvcNotifyInd()
7294 suppSvc.index = ssn->index; in suppSvcNotifyInd()
7295 suppSvc.type = ssn->type; in suppSvcNotifyInd()
7296 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp8667 RIL_SuppSvcNotification *ssn = (RIL_SuppSvcNotification *) response; in suppSvcNotifyInd() local
8668 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd()
8669 suppSvc.code = ssn->code; in suppSvcNotifyInd()
8670 suppSvc.index = ssn->index; in suppSvcNotifyInd()
8671 suppSvc.type = ssn->type; in suppSvcNotifyInd()
8672 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp8977 RIL_SuppSvcNotification *ssn = (RIL_SuppSvcNotification *) response; in suppSvcNotifyInd() local
8978 suppSvc.isMT = ssn->notificationType; in suppSvcNotifyInd()
8979 suppSvc.code = ssn->code; in suppSvcNotifyInd()
8980 suppSvc.index = ssn->index; in suppSvcNotifyInd()
8981 suppSvc.type = ssn->type; in suppSvcNotifyInd()
8982 suppSvc.number = convertCharPtrToHidlString(ssn->number); in suppSvcNotifyInd()