Searched refs:RIL_CallForwardInfo (Results 1 – 4 of 4) sorted by relevance
3640 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 *));
689 }RIL_CallForwardInfo; typedef1847 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
765 }RIL_CallForwardInfo; typedef2347 RIL_CallForwardInfo cfInfo[NUM_SERVICE_CLASSES]; /* This is the response data
927 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()