Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h702 } RIL_NeighboringCell; typedef
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h778 } RIL_NeighboringCell; typedef
Dril_service.cpp8163 || 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()