Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp8349 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()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp9724 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local
9726 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
9727 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
9728 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
9729 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
9730 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
9732 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
9735 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
9737 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
9740 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
[all …]
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10353 RIL_StkCcUnsolSsResponse *rilSsResponse = (RIL_StkCcUnsolSsResponse *) response; in onSupplementaryServiceIndicationInd() local
10355 ss.serviceType = (SsServiceType) rilSsResponse->serviceType; in onSupplementaryServiceIndicationInd()
10356 ss.requestType = (SsRequestType) rilSsResponse->requestType; in onSupplementaryServiceIndicationInd()
10357 ss.teleserviceType = (SsTeleserviceType) rilSsResponse->teleserviceType; in onSupplementaryServiceIndicationInd()
10358 ss.serviceClass = rilSsResponse->serviceClass; in onSupplementaryServiceIndicationInd()
10359 ss.result = (RadioError) rilSsResponse->result; in onSupplementaryServiceIndicationInd()
10361 if (isServiceTypeCfQuery(rilSsResponse->serviceType, rilSsResponse->requestType)) { in onSupplementaryServiceIndicationInd()
10364 rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()
10366 if (rilSsResponse->cfData.numValidIndexes > NUM_SERVICE_CLASSES) { in onSupplementaryServiceIndicationInd()
10369 rilSsResponse->cfData.numValidIndexes = NUM_SERVICE_CLASSES; in onSupplementaryServiceIndicationInd()
[all …]