Lines Matching refs:rilSsResponse
8349 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local
8351 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
8352 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
8353 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
8354 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
8355 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
8357 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
8360 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8362 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8365 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
8372 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8374 for (int i = 0; i < rilSsResponse->cfData.numValidIndexes; i++) { in onSupplementaryServiceIndicationInd()
8375 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()
8399 rilSsResponse->ssInfo[i]); in onSupplementaryServiceIndicationInd()
8401 ss.ssInfo[0].ssInfo[i] = rilSsResponse->ssInfo[i]; in onSupplementaryServiceIndicationInd()