Searched refs:networkScanResult (Results 1 – 12 of 12) 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);
59 Return<void> RadioIndication_v1_3::networkScanResult( in networkScanResult() function in RadioIndication_v1_3
492 Return<void> networkScanResult(
58 Return<void> RadioIndication_v1_2::networkScanResult( in networkScanResult() function in RadioIndication_v1_2
517 Return<void> networkScanResult(
98 Return<void> RadioIndication_v1_4::networkScanResult( in networkScanResult() function in RadioIndication_v1_4
586 Return<void> networkScanResult(
139 Return<void> RadioIndication_v1_5::networkScanResult( in networkScanResult() function in RadioIndication_v1_5
683 Return<void> networkScanResult(
8470 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local8473 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()8474 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()8476 networkScanResult->network_infos, in networkScanResultInd()8477 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()8480 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_1->networkScanResult( in networkScanResultInd()