Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.2/
DIRadioIndication.hal53 * @param lce LinkCapacityEstimate
55 oneway currentLinkCapacityEstimate(RadioIndicationType type, LinkCapacityEstimate lce);
/hardware/interfaces/radio/1.6/
DIRadioIndication.hal73 * @param lce LinkCapacityEstimate
75 oneway currentLinkCapacityEstimate_1_6(RadioIndicationType type, LinkCapacityEstimate lce);
/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/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()