Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1386 std::vector<RIL_NeighboringCell> gGSMNeighboringCells;
1397 RIL_NeighboringCell** cells = in request_get_neighboring_cell_ids()
1398 new RIL_NeighboringCell*[gGSMNeighboringCells.size()]; in request_get_neighboring_cell_ids()
1405 sizeof(RIL_NeighboringCell*)); in request_get_neighboring_cell_ids()
/device/generic/goldfish/radio/ril/
Dril.h704 } RIL_NeighboringCell; typedef
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h752 } RIL_NeighboringCell; typedef
Dril_service.cpp6129 || responseLen % sizeof(RIL_NeighboringCell *) != 0) { in getNeighboringCidsResponse()
6133 int num = responseLen / sizeof(RIL_NeighboringCell *); in getNeighboringCidsResponse()
6136 RIL_NeighboringCell *resp = ((RIL_NeighboringCell **) response)[i]; in getNeighboringCidsResponse()
/device/generic/goldfish/radio/libril/
Dril_service.cpp5143 || responseLen % sizeof(RIL_NeighboringCell *) != 0) { in getNeighboringCidsResponse()
5147 int num = responseLen / sizeof(RIL_NeighboringCell *); in getNeighboringCidsResponse()
5150 RIL_NeighboringCell *resp = ((RIL_NeighboringCell **) response)[i]; in getNeighboringCidsResponse()