Searched refs:RIL_NeighboringCell (Results 1 – 3 of 3) sorted by relevance
702 } RIL_NeighboringCell; typedef
778 } RIL_NeighboringCell; typedef
8163 || responseLen % sizeof(RIL_NeighboringCell *) != 0) { in getNeighboringCidsResponse()8167 int num = responseLen / sizeof(RIL_NeighboringCell *); in getNeighboringCidsResponse()8170 RIL_NeighboringCell *resp = ((RIL_NeighboringCell **) response)[i]; in getNeighboringCidsResponse()