Searched refs:RIL_NeighboringCell (Results 1 – 8 of 8) sorted by relevance
1407 std::vector<RIL_NeighboringCell> gGSMNeighboringCells;1418 RIL_NeighboringCell** cells = in request_get_neighboring_cell_ids()1419 new RIL_NeighboringCell*[gGSMNeighboringCells.size()]; in request_get_neighboring_cell_ids()1426 sizeof(RIL_NeighboringCell*)); in request_get_neighboring_cell_ids()
703 } RIL_NeighboringCell; typedef
702 } RIL_NeighboringCell; typedef
752 } RIL_NeighboringCell; typedef
6141 || responseLen % sizeof(RIL_NeighboringCell *) != 0) { in getNeighboringCidsResponse()6145 int num = responseLen / sizeof(RIL_NeighboringCell *); in getNeighboringCidsResponse()6148 RIL_NeighboringCell *resp = ((RIL_NeighboringCell **) response)[i]; in getNeighboringCidsResponse()
755 } RIL_NeighboringCell; typedef
6388 || responseLen % sizeof(RIL_NeighboringCell *) != 0) { in getNeighboringCidsResponse()6392 int num = responseLen / sizeof(RIL_NeighboringCell *); in getNeighboringCidsResponse()6395 RIL_NeighboringCell *resp = ((RIL_NeighboringCell **) response)[i]; in getNeighboringCidsResponse()
5138 || responseLen % sizeof(RIL_NeighboringCell *) != 0) { in getNeighboringCidsResponse()5142 int num = responseLen / sizeof(RIL_NeighboringCell *); in getNeighboringCidsResponse()5145 RIL_NeighboringCell *resp = ((RIL_NeighboringCell **) response)[i]; in getNeighboringCidsResponse()