Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2347 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
Dril_service.cpp13030 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() local
13036 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()