Searched refs:rilSsResponse (Results 1 – 1 of 1) sorted by relevance
8277 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local8279 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()8280 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()8281 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()8282 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()8283 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()8285 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()8288 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()8290 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()8293 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()[all …]