Searched refs:cfInfo (Results 1 – 3 of 3) sorted by relevance
1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
2347 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
13030 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()13033 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()13034 CallForwardInfo *cfInfo = &ss.cfData[0].cfInfo[i]; in onSupplementaryServiceIndicationInd() local13036 cfInfo->status = (CallForwardInfoStatus) cf.status; in onSupplementaryServiceIndicationInd()13037 cfInfo->reason = cf.reason; in onSupplementaryServiceIndicationInd()13038 cfInfo->serviceClass = cf.serviceClass; in onSupplementaryServiceIndicationInd()13039 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()13040 cfInfo->number = convertCharPtrToHidlString(cf.number); in onSupplementaryServiceIndicationInd()13041 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()