Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp8372 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() local
8378 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()
/device/generic/goldfish/radio/ril/
Dril.h1848 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
/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/libril/
Dril.h1918 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
Dril_service.cpp9747 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() local
9753 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()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h2043 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data member
Dril_service.cpp10376 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() local
10382 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()