Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/include/telephony/
Dril.h1535 } RIL_CellInfo_v12; typedef
2200 RIL_CellInfo_v12* network_infos; // List of network information
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.h1927 } RIL_CellInfo_v12; typedef
2789 RIL_CellInfo_v12* network_infos; // List of network information
Dril_service.cpp9017 if (!error && responseLen % sizeof(RIL_CellInfo_v12) != 0) { in getCellInfoListResponse()
11993 int num = responseLen / sizeof(RIL_CellInfo_v12); in convertRilCellInfoListToHal()
11996 RIL_CellInfo_v12 *rillCellInfo = (RIL_CellInfo_v12 *) response; in convertRilCellInfoListToHal()
12139 int num = responseLen / sizeof(RIL_CellInfo_v12); in convertRilCellInfoListToHal_1_2()
12141 RIL_CellInfo_v12 *rillCellInfo = (RIL_CellInfo_v12 *) response; in convertRilCellInfoListToHal_1_2()
12806 if ((response == NULL && responseLen != 0) || responseLen % sizeof(RIL_CellInfo_v12) != 0) { in cellInfoListInd()
13217 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()
13227 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()
13237 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c3352 RIL_CellInfo_v12 ci[1] =