Home | History | Annotate | Download | only in libril

Lines Matching refs:RIL_DcRtInfo

3561     int num = responselen / sizeof(RIL_DcRtInfo);
3562 if ((responselen % sizeof(RIL_DcRtInfo) != 0) || (num != 1)) {
3564 (int)responselen, (int)sizeof(RIL_DcRtInfo));
3569 RIL_DcRtInfo *pDcRtInfo = (RIL_DcRtInfo *)response;