Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril_service.cpp8150 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local
8152 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
8153 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
8154 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
8155 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
8156 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
8158 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
8161 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8163 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8166 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
[all …]