Searched refs:networkScanResult (Results 1 – 10 of 10) sorted by relevance
41 oneway networkScanResult(RadioIndicationType type, NetworkScanResult result);
26 Return<void> RadioIndication_v1_1::networkScanResult(RadioIndicationType /*type*/, in networkScanResult() function in RadioIndication_v1_1
425 Return<void> networkScanResult(RadioIndicationType type, const NetworkScanResult& result);
58 Return<void> RadioIndication_v1_2::networkScanResult( in networkScanResult() function in RadioIndication_v1_2
517 Return<void> networkScanResult(
59 Return<void> RadioIndication_v1_3::networkScanResult( in networkScanResult() function in RadioIndication_v1_3
493 Return<void> networkScanResult(
98 Return<void> RadioIndication_v1_4::networkScanResult( in networkScanResult() function in RadioIndication_v1_4
586 Return<void> networkScanResult(
8456 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local8459 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()8460 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()8462 networkScanResult->network_infos, in networkScanResultInd()8463 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()8466 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_1->networkScanResult( in networkScanResultInd()