Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3640 static int forwardFromCCFCULine(char *line, RIL_CallForwardInfo *p_forward) {
3690 static void requestSetCallForward(RIL_CallForwardInfo *data,
3739 static void requestQueryCallForward(RIL_CallForwardInfo *data,
3758 RIL_CallForwardInfo **forwardList = NULL, *forwardPool = NULL;
3767 forwardList = (RIL_CallForwardInfo **)
3768 alloca(forwardCount * sizeof(RIL_CallForwardInfo *));
3770 forwardPool = (RIL_CallForwardInfo *)
3771 alloca(forwardCount * sizeof(RIL_CallForwardInfo));
3773 memset(forwardPool, 0, forwardCount * sizeof(RIL_CallForwardInfo));
3788 validCount * sizeof (RIL_CallForwardInfo *));
/device/generic/goldfish/radio/include/telephony/
Dril.h689 }RIL_CallForwardInfo; typedef
1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h765 }RIL_CallForwardInfo; typedef
2347 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
Dril_service.cpp927 RIL_CallForwardInfo cf; in dispatchCallForwardStatus()
7240 || responseLen % sizeof(RIL_CallForwardInfo *) != 0) { in getCallForwardStatusResponse()
7244 int num = responseLen / sizeof(RIL_CallForwardInfo *); in getCallForwardStatusResponse()
7247 RIL_CallForwardInfo *resp = ((RIL_CallForwardInfo **) response)[i]; in getCallForwardStatusResponse()
13033 RIL_CallForwardInfo cf = rilSsResponse->cfData.cfInfo[i]; in onSupplementaryServiceIndicationInd()