Home
last modified time | relevance | path

Searched refs:cfInfo (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/libril/
Dril_service.cpp8298 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() local
8304 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()
/hardware/ril/include/telephony/
Dril.h1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
/hardware/ril/reference-ril/
Dril.h1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
/hardware/interfaces/radio/1.0/
Dtypes.hal2014 vec<CallForwardInfo> cfInfo; // This is the response data