Searched refs:cfInfo (Results 1 – 7 of 7) sorted by relevance
8372 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()8375 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()8376 CallForwardInfo *cfInfo = &ss.cfData[0].cfInfo[i]; in onSupplementaryServiceIndicationInd() local8378 cfInfo->status = (CallForwardInfoStatus) cf.status; in onSupplementaryServiceIndicationInd()8379 cfInfo->reason = cf.reason; in onSupplementaryServiceIndicationInd()8380 cfInfo->serviceClass = cf.serviceClass; in onSupplementaryServiceIndicationInd()8381 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()8382 cfInfo->number = convertCharPtrToHidlString(cf.number); in onSupplementaryServiceIndicationInd()8383 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()
1848 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
1918 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
9747 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()9750 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()9751 CallForwardInfo *cfInfo = &ss.cfData[0].cfInfo[i]; in onSupplementaryServiceIndicationInd() local9753 cfInfo->status = (CallForwardInfoStatus) cf.status; in onSupplementaryServiceIndicationInd()9754 cfInfo->reason = cf.reason; in onSupplementaryServiceIndicationInd()9755 cfInfo->serviceClass = cf.serviceClass; in onSupplementaryServiceIndicationInd()9756 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()9757 cfInfo->number = convertCharPtrToHidlString(cf.number); in onSupplementaryServiceIndicationInd()9758 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()
2043 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
10376 ss.cfData[0].cfInfo.resize(rilSsResponse->cfData.numValidIndexes); in onSupplementaryServiceIndicationInd()10379 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()10380 CallForwardInfo *cfInfo = &ss.cfData[0].cfInfo[i]; in onSupplementaryServiceIndicationInd() local10382 cfInfo->status = (CallForwardInfoStatus) cf.status; in onSupplementaryServiceIndicationInd()10383 cfInfo->reason = cf.reason; in onSupplementaryServiceIndicationInd()10384 cfInfo->serviceClass = cf.serviceClass; in onSupplementaryServiceIndicationInd()10385 cfInfo->toa = cf.toa; in onSupplementaryServiceIndicationInd()10386 cfInfo->number = convertCharPtrToHidlString(cf.number); in onSupplementaryServiceIndicationInd()10387 cfInfo->timeSeconds = cf.timeSeconds; in onSupplementaryServiceIndicationInd()