Home
last modified time | relevance | path

Searched refs:networkScanResult (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_service.cpp8542 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local
8545 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()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp9917 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local
9920 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()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp10546 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local
10549 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()