Home
last modified time | relevance | path

Searched refs:RIL_NeighboringCell (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1407 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()
/device/generic/goldfish/radio/ril/
Dril.h703 } RIL_NeighboringCell; typedef
/device/generic/goldfish/radio/include/telephony/
Dril.h702 } RIL_NeighboringCell; typedef
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h752 } RIL_NeighboringCell; typedef
Dril_service.cpp6141 || 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()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h755 } RIL_NeighboringCell; typedef
Dril_service.cpp6388 || 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()
/device/generic/goldfish/radio/libril/
Dril_service.cpp5138 || 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()