Home | History | Annotate | Download | only in libril

Lines Matching refs:cff

759     RIL_CallForwardInfo cff;
763 memset (&cff, 0, sizeof(cff));
768 cff.status = (int)t;
771 cff.reason = (int)t;
774 cff.serviceClass = (int)t;
777 cff.toa = (int)t;
779 cff.number = strdupReadString(p);
782 cff.timeSeconds = (int)t;
790 if (cff.number != NULL && strlen (cff.number) == 0) {
791 cff.number = NULL;
796 cff.status, cff.reason, cff.serviceClass, cff.toa,
797 (char*)cff.number, cff.timeSeconds);
801 s_callbacks.onRequest(pRI->pCI->requestNumber, &cff, sizeof(cff), pRI);
804 memsetString(cff.number);
807 free (cff.number);
810 memset(&cff, 0, sizeof(cff));