Home
last modified time | relevance | path

Searched refs:lce (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioIndication-network.cpp90 const V1_2::LinkCapacityEstimate& lce) { in currentLinkCapacityEstimate() argument
92 networkCb()->currentLinkCapacityEstimate(toAidl(type), toAidl(lce)); in currentLinkCapacityEstimate()
97 V1_0::RadioIndicationType type, const V1_6::LinkCapacityEstimate& lce) { in currentLinkCapacityEstimate_1_6() argument
99 networkCb()->currentLinkCapacityEstimate(toAidl(type), toAidl(lce)); in currentLinkCapacityEstimate_1_6()
Dstructs.h71 toAidl(const V1_2::LinkCapacityEstimate& lce);
73 toAidl(const V1_6::LinkCapacityEstimate& lce);
/hardware/interfaces/radio/1.2/
DIRadioIndication.hal53 * @param lce LinkCapacityEstimate
55 oneway currentLinkCapacityEstimate(RadioIndicationType type, LinkCapacityEstimate lce);
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetworkIndication.aidl85 void currentLinkCapacityEstimate(in RadioIndicationType type, in LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetworkIndication.aidl40 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
/hardware/interfaces/radio/1.6/
DIRadioIndication.hal73 * @param lce LinkCapacityEstimate
75 oneway currentLinkCapacityEstimate_1_6(RadioIndicationType type, LinkCapacityEstimate lce);
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetworkIndication.aidl40 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h131 Return<void> lceData(V1_0::RadioIndicationType type, const V1_0::LceDataInfo& lce) override;
148 const V1_2::LinkCapacityEstimate& lce) override;
198 const V1_6::LinkCapacityEstimate& lce) override;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetworkIndication.aidl41 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetworkIndication.aidl41 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h486 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce);
611 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/interfaces/radio/aidl/vts/
Dradio_network_utils.h207 RadioIndicationType type, const LinkCapacityEstimate& lce) override;
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h513 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce);
636 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h577 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce);
708 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h675 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce);
807 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h939 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce);
943 const ::android::hardware::radio::V1_6::LinkCapacityEstimate& lce);
1075 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal429 * @param lce LceData information
434 oneway lceData(RadioIndicationType type, LceDataInfo lce);
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h521 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h541 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
/hardware/ril/libril/
Dril_service.cpp97 void convertRilLceDataInfoToHal(void *response, size_t responseLen, LceDataInfo& lce);
8244 void convertRilLceDataInfoToHal(void *response, size_t responseLen, LceDataInfo& lce) { in convertRilLceDataInfoToHal() argument
8246 lce.lastHopCapacityKbps = rilLceDataInfo->last_hop_capacity_kbps; in convertRilLceDataInfoToHal()
8247 lce.confidenceLevel = rilLceDataInfo->confidence_level; in convertRilLceDataInfoToHal()
8248 lce.lceSuspended = rilLceDataInfo->lce_suspended; in convertRilLceDataInfoToHal()
8260 LceDataInfo lce = {}; in lceDataInd() local
8261 convertRilLceDataInfoToHal(response, responseLen, lce); in lceDataInd()
8266 convertIntToRadioIndicationType(indicationType), lce); in lceDataInd()