/aosp12/hardware/interfaces/radio/1.1/ |
H A D | IRadioIndication.hal | 41 oneway networkScanResult(RadioIndicationType type, NetworkScanResult result);
|
/aosp12/hardware/interfaces/radio/1.1/vts/functional/ |
H A D | radio_indication.cpp | 26 Return<void> RadioIndication_v1_1::networkScanResult(RadioIndicationType /*type*/, in networkScanResult() function in RadioIndication_v1_1
|
H A D | radio_hidl_hal_utils_v1_1.h | 436 Return<void> networkScanResult(RadioIndicationType type, const NetworkScanResult& result);
|
/aosp12/hardware/interfaces/radio/1.2/vts/functional/ |
H A D | radio_indication.cpp | 58 Return<void> RadioIndication_v1_2::networkScanResult( in networkScanResult() function in RadioIndication_v1_2
|
H A D | radio_hidl_hal_utils_v1_2.h | 527 Return<void> networkScanResult(
|
/aosp12/hardware/interfaces/radio/1.3/vts/functional/ |
H A D | radio_indication.cpp | 59 Return<void> RadioIndication_v1_3::networkScanResult( in networkScanResult() function in RadioIndication_v1_3
|
H A D | radio_hidl_hal_utils_v1_3.h | 500 Return<void> networkScanResult(
|
/aosp12/hardware/interfaces/radio/1.4/vts/functional/ |
H A D | radio_indication.cpp | 98 Return<void> RadioIndication_v1_4::networkScanResult( in networkScanResult() function in RadioIndication_v1_4
|
H A D | radio_hidl_hal_utils_v1_4.h | 594 Return<void> networkScanResult(
|
/aosp12/hardware/interfaces/radio/1.5/vts/functional/ |
H A D | radio_indication.cpp | 139 Return<void> RadioIndication_v1_5::networkScanResult( in networkScanResult() function in RadioIndication_v1_5
|
H A D | radio_hidl_hal_utils_v1_5.h | 693 Return<void> networkScanResult(
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_indication.cpp | 164 Return<void> RadioIndication_v1_6::networkScanResult( in networkScanResult() function in RadioIndication_v1_6
|
H A D | radio_hidl_hal_utils_v1_6.h | 961 Return<void> networkScanResult(
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 8343 RIL_NetworkScanResult *networkScanResult = (RIL_NetworkScanResult *) response; in networkScanResultInd() local 8346 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()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RadioIndication.java | 868 public void networkScanResult(int indicationType, in networkScanResult() method in RadioIndication
|