Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.1/
DIRadioIndication.hal41 oneway networkScanResult(RadioIndicationType type, NetworkScanResult result);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp26 Return<void> RadioIndication_v1_1::networkScanResult(RadioIndicationType /*type*/, in networkScanResult() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h425 Return<void> networkScanResult(RadioIndicationType type, const NetworkScanResult& result);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp58 Return<void> RadioIndication_v1_2::networkScanResult( in networkScanResult() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h517 Return<void> networkScanResult(
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp59 Return<void> RadioIndication_v1_3::networkScanResult( in networkScanResult() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h492 Return<void> networkScanResult(
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp98 Return<void> RadioIndication_v1_4::networkScanResult( in networkScanResult() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h586 Return<void> networkScanResult(
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp139 Return<void> RadioIndication_v1_5::networkScanResult( in networkScanResult() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h683 Return<void> networkScanResult(
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp141 Return<void> RadioIndication_v1_6::networkScanResult( in networkScanResult() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h688 Return<void> networkScanResult(
/hardware/ril/libril/
Dril_service.cpp8468 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local
8471 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()