Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/ril/
Dril.h691 }RIL_CallForwardInfo; typedef
1849 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h739 }RIL_CallForwardInfo; typedef
1918 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
Dril_service.cpp806 RIL_CallForwardInfo cf; in dispatchCallForwardStatus()
5279 || responseLen % sizeof(RIL_CallForwardInfo *) != 0) { in getCallForwardStatusResponse()
5283 int num = responseLen / sizeof(RIL_CallForwardInfo *); in getCallForwardStatusResponse()
5286 RIL_CallForwardInfo *resp = ((RIL_CallForwardInfo **) response)[i]; in getCallForwardStatusResponse()
9738 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp705 RIL_CallForwardInfo cf; in dispatchCallForwardStatus()
4343 || responseLen % sizeof(RIL_CallForwardInfo *) != 0) { in getCallForwardStatusResponse()
4347 int num = responseLen / sizeof(RIL_CallForwardInfo *); in getCallForwardStatusResponse()
4350 RIL_CallForwardInfo *resp = ((RIL_CallForwardInfo **) response)[i]; in getCallForwardStatusResponse()
8380 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()