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
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
492 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(
141 Return<void> RadioIndication_v1_6::networkScanResult( in networkScanResult() function in RadioIndication_v1_6
688 Return<void> networkScanResult(
8468 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local8471 result.status = (V1_1::ScanStatus) networkScanResult->status; in networkScanResultInd()8472 result.error = (RadioError) networkScanResult->error; in networkScanResultInd()8474 networkScanResult->network_infos, in networkScanResultInd()8475 networkScanResult->network_infos_length * sizeof(RIL_CellInfo_v12), in networkScanResultInd()8478 Return<void> retStatus = radioService[slotId]->mRadioIndicationV1_1->networkScanResult( in networkScanResultInd()