Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp8354 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local
8356 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
8357 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
8358 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
8359 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
8360 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
8362 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
8365 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
8367 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
8370 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp9712 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local
9714 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
9715 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
9716 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
9717 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
9718 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
9720 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
9723 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
9725 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
9728 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
[all …]