Home | History | Annotate | Download | only in libril

Lines Matching refs:RIL_CallForwardInfo

748  * Callee expects const RIL_CallForwardInfo *
759 RIL_CallForwardInfo cff;
1636 if (responselen % sizeof(RIL_CallForwardInfo *) != 0) {
1638 (int)responselen, (int)sizeof(RIL_CallForwardInfo *));
1643 num = responselen / sizeof(RIL_CallForwardInfo *);
1648 RIL_CallForwardInfo *p_cur = ((RIL_CallForwardInfo **) response)[i];