Home
last modified time | relevance | path

Searched refs:dataCallListChanged (Results 1 – 24 of 24) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_indication.cpp64 Return<void> RadioIndication::dataCallListChanged( in dataCallListChanged() function in RadioIndication
H A Dradio_hidl_hal_utils_v1_0.h445 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_indication.cpp81 Return<void> RadioIndication_v1_1::dataCallListChanged( in dataCallListChanged() function in RadioIndication_v1_1
H A Dradio_hidl_hal_utils_v1_1.h465 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp115 Return<void> RadioIndication_v1_2::dataCallListChanged( in dataCallListChanged() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h559 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp116 Return<void> RadioIndication_v1_3::dataCallListChanged( in dataCallListChanged() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h532 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp155 Return<void> RadioIndication_v1_4::dataCallListChanged( in dataCallListChanged() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h626 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp196 Return<void> RadioIndication_v1_5::dataCallListChanged( in dataCallListChanged() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h725 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp221 Return<void> RadioIndication_v1_6::dataCallListChanged( in dataCallListChanged() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h993 Return<void> dataCallListChanged(
/aosp12/hardware/interfaces/radio/1.2/
H A Dtypes.hal112 * When this bit is set, modem must send IRadioIndication.dataCallListChanged() whenever any
115 * field changes, the modem must send IRadioIndication.dataCallListChanged() regardless of
H A DIRadio.hal131 * returned by getDataCallList() and dataCallListChanged().
/aosp12/hardware/interfaces/radio/1.4/
H A DIRadio.hal46 * returned by getDataCallList() and dataCallListChanged().
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadio.hal164 * returned by getDataCallList() and dataCallListChanged().
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal128 oneway dataCallListChanged(RadioIndicationType type, vec<SetupDataCallResult> dcList);
H A Dtypes.hal1140 // IRadioIndication.dataCallListChanged() whenever any
1145 // sending IRadioIndication.dataCallListChanged()
H A DIRadio.hal364 * and dataCallListChanged().
/aosp12/hardware/interfaces/radio/1.6/
H A DIRadio.hal89 * returned by getDataCallList() and dataCallListChanged().
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java395 public void dataCallListChanged(int indicationType, in dataCallListChanged() method in RadioIndication
/aosp12/hardware/ril/libril/
H A Dril_service.cpp7073 Return<void> retStatus = radioService[slotId]->mRadioIndication->dataCallListChanged( in dataCallListChangedInd()