Searched refs:RIL_CellInfo (Results 1 – 4 of 4) sorted by relevance
981 } RIL_CellInfo; typedef
1925 RIL_CellInfo ci[1] =
2932 if (responselen % sizeof(RIL_CellInfo) != 0) { in responseCellInfoList()2934 (int)responselen, (int)sizeof(RIL_CellInfo)); in responseCellInfoList()2938 int num = responselen / sizeof(RIL_CellInfo); in responseCellInfoList()2941 RIL_CellInfo *p_cur = (RIL_CellInfo *) response; in responseCellInfoList()