Lines Matching refs:rilSsResponse

8275         RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response;  in onSupplementaryServiceIndicationInd()  local
8277 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
8278 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
8279 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
8280 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
8281 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
8283 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
8286 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8288 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8291 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
8298 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8300 for (int i = 0; i < rilSsResponse->cfData.numValidIndexes; i++) { in onSupplementaryServiceIndicationInd()
8301 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()
8325 rilSsResponse->ssInfo[i]); in onSupplementaryServiceIndicationInd()
8327 ss.ssInfo[0].ssInfo[i] = rilSsResponse->ssInfo[i]; in onSupplementaryServiceIndicationInd()