Searched refs:networkScanResult (Results 1 – 1 of 1) sorted by relevance
13199 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local13203 result.status = (V1_1::ScanStatus)networkScanResult->status; in networkScanResultInd()13204 result.error = (V1_6::RadioError)networkScanResult->error; in networkScanResultInd()13206 networkScanResult->network_infos, in networkScanResultInd()13207 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v16), in networkScanResultInd()13213 result.status = (V1_1::ScanStatus)networkScanResult->status; in networkScanResultInd()13214 result.error = (RadioError)networkScanResult->error; in networkScanResultInd()13216 networkScanResult->network_infos, in networkScanResultInd()13217 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()13223 result.status = (V1_1::ScanStatus)networkScanResult->status; in networkScanResultInd()[all …]