Home | History | Annotate | Download | only in libril

Lines Matching refs:cff

748     RIL_CallForwardInfo cff;
752 memset (&cff, 0, sizeof(cff));
757 cff.status = (int)t;
760 cff.reason = (int)t;
763 cff.serviceClass = (int)t;
766 cff.toa = (int)t;
768 cff.number = strdupReadString(p);
771 cff.timeSeconds = (int)t;
779 if (cff.number != NULL && strlen (cff.number) == 0) {
780 cff.number = NULL;
785 cff.status, cff.reason, cff.serviceClass, cff.toa,
786 (char*)cff.number, cff.timeSeconds);
790 s_callbacks.onRequest(pRI->pCI->requestNumber, &cff, sizeof(cff), pRI);
793 memsetString(cff.number);
796 free (cff.number);
799 memset(&cff, 0, sizeof(cff));