/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioIndication-network.cpp | 90 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()
|
D | structs.h | 71 toAidl(const V1_2::LinkCapacityEstimate& lce); 73 toAidl(const V1_6::LinkCapacityEstimate& lce);
|
/hardware/interfaces/radio/1.2/ |
D | IRadioIndication.hal | 53 * @param lce LinkCapacityEstimate 55 oneway currentLinkCapacityEstimate(RadioIndicationType type, LinkCapacityEstimate lce);
|
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 85 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/ |
D | IRadioNetworkIndication.aidl | 40 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
|
/hardware/interfaces/radio/1.6/ |
D | IRadioIndication.hal | 73 * @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/ |
D | IRadioNetworkIndication.aidl | 40 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioIndication.h | 131 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/ |
D | IRadioNetworkIndication.aidl | 41 …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/ |
D | IRadioNetworkIndication.aidl | 41 …rdware.radio.RadioIndicationType type, in android.hardware.radio.network.LinkCapacityEstimate lce); in currentLinkCapacityEstimate() argument
|
/hardware/interfaces/radio/1.3/vts/functional/ |
D | radio_hidl_hal_utils_v1_3.h | 486 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce); 611 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_network_utils.h | 207 RadioIndicationType type, const LinkCapacityEstimate& lce) override;
|
/hardware/interfaces/radio/1.2/vts/functional/ |
D | radio_hidl_hal_utils_v1_2.h | 513 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce); 636 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
|
/hardware/interfaces/radio/1.4/vts/functional/ |
D | radio_hidl_hal_utils_v1_4.h | 577 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce); 708 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
|
/hardware/interfaces/radio/1.5/vts/functional/ |
D | radio_hidl_hal_utils_v1_5.h | 675 const ::android::hardware::radio::V1_2::LinkCapacityEstimate& lce); 807 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
|
/hardware/interfaces/radio/1.6/vts/functional/ |
D | radio_hidl_hal_utils_v1_6.h | 939 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/ |
D | IRadioIndication.hal | 429 * @param lce LceData information 434 oneway lceData(RadioIndicationType type, LceDataInfo lce);
|
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_utils_v1_0.h | 521 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
|
/hardware/interfaces/radio/1.1/vts/functional/ |
D | radio_hidl_hal_utils_v1_1.h | 541 Return<void> lceData(RadioIndicationType type, const LceDataInfo& lce);
|
/hardware/ril/libril/ |
D | ril_service.cpp | 97 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()
|