Home | History | Annotate | Download | only in libril

Lines Matching defs:cff

1016     RIL_CallForwardInfo cff;
1021 memset (&cff, 0, sizeof(cff));
1026 cff.status = (int)t;
1029 cff.reason = (int)t;
1032 cff.serviceClass = (int)t;
1035 cff.toa = (int)t;
1037 cff.number = strdupReadString(p);
1040 cff.timeSeconds = (int)t;
1048 if (cff.number != NULL && strlen (cff.number) == 0) {
1049 cff.number = NULL;
1054 cff.status, cff.reason, cff.serviceClass, cff.toa,
1055 (char*)cff.number, cff.timeSeconds);
1059 CALL_ONREQUEST(pRI->pCI->requestNumber, &cff, sizeof(cff), pRI, pRI->socket_id);
1062 memsetString(cff.number);
1065 free (cff.number);
1068 memset(&cff, 0, sizeof(cff));