Home
last modified time | relevance | path

Searched refs:currentLinkCapacityEstimate (Results 1 – 16 of 16) sorted by relevance

/aosp12/hardware/interfaces/radio/config/1.3/
H A DIRadioConfigResponse.hal34 * android.hardware.radio@1.6::RadioIndication:currentLinkCapacityEstimate
/aosp12/hardware/interfaces/radio/1.2/
H A DIRadioIndication.hal55 oneway currentLinkCapacityEstimate(RadioIndicationType type, LinkCapacityEstimate lce);
H A Dtypes.hal121 * IRadioIndication.currentLinkCapacityEstimate() when all criteria specified by
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp34 Return<void> RadioIndication_v1_2::currentLinkCapacityEstimate( in currentLinkCapacityEstimate() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h511 Return<void> currentLinkCapacityEstimate(
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp35 Return<void> RadioIndication_v1_3::currentLinkCapacityEstimate( in currentLinkCapacityEstimate() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h484 Return<void> currentLinkCapacityEstimate(
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp69 Return<void> RadioIndication_v1_4::currentLinkCapacityEstimate( in currentLinkCapacityEstimate() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h575 Return<void> currentLinkCapacityEstimate(
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp109 Return<void> RadioIndication_v1_5::currentLinkCapacityEstimate( in currentLinkCapacityEstimate() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h673 Return<void> currentLinkCapacityEstimate(
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadioIndication.hal67 * This replaces @1.2::IRadioIndication.currentLinkCapacityEstimate().
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp128 Return<void> RadioIndication_v1_6::currentLinkCapacityEstimate( in currentLinkCapacityEstimate() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h937 Return<void> currentLinkCapacityEstimate(
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal432 * @1.2::IRadioIndication.currentLinkCapacityEstimate() instead.
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java262 public void currentLinkCapacityEstimate(int indicationType, in currentLinkCapacityEstimate() method in RadioIndication