Searched refs:networkScanResult (Results 1 – 14 of 14) 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
436 Return<void> networkScanResult(RadioIndicationType type, const NetworkScanResult& result);
59 Return<void> RadioIndication_v1_3::networkScanResult( in networkScanResult() function in RadioIndication_v1_3
500 Return<void> networkScanResult(
58 Return<void> RadioIndication_v1_2::networkScanResult( in networkScanResult() function in RadioIndication_v1_2
527 Return<void> networkScanResult(
98 Return<void> RadioIndication_v1_4::networkScanResult( in networkScanResult() function in RadioIndication_v1_4
594 Return<void> networkScanResult(
139 Return<void> RadioIndication_v1_5::networkScanResult( in networkScanResult() function in RadioIndication_v1_5
693 Return<void> networkScanResult(
164 Return<void> RadioIndication_v1_6::networkScanResult( in networkScanResult() function in RadioIndication_v1_6
961 Return<void> networkScanResult(
8343 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local8346 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()8347 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()8349 networkScanResult->network_infos, in networkScanResultInd()8350 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()8353 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_1->networkScanResult( in networkScanResultInd()