Home
last modified time | relevance | path

Searched refs:callStateChanged (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_indication.cpp26 Return<void> RadioIndication::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication
H A Dradio_hidl_hal_utils_v1_0.h423 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_indication.cpp42 Return<void> RadioIndication_v1_1::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_1
H A Dradio_hidl_hal_utils_v1_1.h443 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp75 Return<void> RadioIndication_v1_2::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h536 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp76 Return<void> RadioIndication_v1_3::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h509 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp115 Return<void> RadioIndication_v1_4::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h603 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp156 Return<void> RadioIndication_v1_5::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h702 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp181 Return<void> RadioIndication_v1_6::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h970 Return<void> callStateChanged(RadioIndicationType type);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal42 oneway callStateChanged(RadioIndicationType type);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java152 public void callStateChanged(int indicationType) { in callStateChanged() method in RadioIndication
/aosp12/hardware/ril/libril/
H A Dril_service.cpp6765 Return<void> retStatus = radioService[slotId]->mRadioIndication->callStateChanged( in callStateChangedInd()