Searched refs:networkScanResult (Results 1 – 3 of 3) sorted by relevance
8542 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local8545 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()8546 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()8548 networkScanResult->network_infos, in networkScanResultInd()8549 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()8552 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_1->networkScanResult( in networkScanResultInd()
9917 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local9920 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()9921 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()9923 networkScanResult->network_infos, in networkScanResultInd()9924 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()9927 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_4->networkScanResult( in networkScanResultInd()
10546 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local10549 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()10550 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()10552 networkScanResult->network_infos, in networkScanResultInd()10553 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()10556 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_4->networkScanResult( in networkScanResultInd()