Home | History | Annotate | Download | only in libril

Lines Matching refs:cff

791     RIL_CallForwardInfo cff;
795 memset (&cff, 0, sizeof(cff));
800 cff.status = (int)t;
803 cff.reason = (int)t;
806 cff.serviceClass = (int)t;
809 cff.toa = (int)t;
811 cff.number = strdupReadString(p);
814 cff.timeSeconds = (int)t;
822 if (cff.number != NULL && strlen (cff.number) == 0) {
823 cff.number = NULL;
828 cff.status, cff.reason, cff.serviceClass, cff.toa,
829 (char*)cff.number, cff.timeSeconds);
833 s_callbacks.onRequest(pRI->pCI->requestNumber, &cff, sizeof(cff), pRI);
836 memsetString(cff.number);
839 free (cff.number);
842 memset(&cff, 0, sizeof(cff));