Searched refs:cfInfo (Results 1 – 4 of 4) sorted by relevance
8298 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()8301 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()8302 CallForwardInfo *cfInfo = &ss.cfData[0].cfInfo[i]; in onSupplementaryServiceIndicationInd() local8304 cfInfo->status = (CallForwardInfoStatus) cf.status; in onSupplementaryServiceIndicationInd()8305 cfInfo->reason = cf.reason; in onSupplementaryServiceIndicationInd()8306 cfInfo->serviceClass = cf.serviceClass; in onSupplementaryServiceIndicationInd()8307 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()8308 cfInfo->number = convertCharPtrToHidlString(cf.number); in onSupplementaryServiceIndicationInd()8309 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()
1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
2014 vec<CallForwardInfo> cfInfo; // This is the response data