Home
last modified time | relevance | path

Searched refs:RIL_CellInfo_v12 (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/radio/ril/
Dril.h1537 } RIL_CellInfo_v12; typedef
2202 RIL_CellInfo_v12* network_infos; // List of network information
Dreference-ril.c2386 RIL_CellInfo_v12 ci[1] =
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1606 } RIL_CellInfo_v12; typedef
2316 RIL_CellInfo_v12* network_infos; // List of network information
Dril_service.cpp6940 || responseLen % sizeof(RIL_CellInfo_v12) != 0) { in getCellInfoListResponse()
9362 int num = responseLen / sizeof(RIL_CellInfo_v12); in convertRilCellInfoListToHal()
9365 RIL_CellInfo_v12 *rillCellInfo = (RIL_CellInfo_v12 *) response; in convertRilCellInfoListToHal()
9511 if ((response == NULL && responseLen != 0) || responseLen % sizeof(RIL_CellInfo_v12) != 0) { in cellInfoListInd()
9912 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()
/device/generic/goldfish/radio/libril/
Dril_service.cpp5954 || responseLen % sizeof(RIL_CellInfo_v12) != 0) { in getCellInfoListResponse()
8003 int num = responseLen / sizeof(RIL_CellInfo_v12); in convertRilCellInfoListToHal()
8006 RIL_CellInfo_v12 *rillCellInfo = (RIL_CellInfo_v12 *) response; in convertRilCellInfoListToHal()
8153 if ((response == NULL && responseLen != 0) || responseLen % sizeof(RIL_CellInfo_v12) != 0) { in cellInfoListInd()
8554 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1419 RIL_CellInfo_v12 ci; in request_get_cell_info_list()