Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioIndication-voice.cpp46 Return<void> RadioIndication::callStateChanged(V1_0::RadioIndicationType type) { in callStateChanged() function in android::hardware::radio::compat::RadioIndication
48 voiceCb()->callStateChanged(toAidl(type)); in callStateChanged()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_indication.cpp26 ndk::ScopedAStatus RadioVoiceIndication::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioVoiceIndication
Dradio_voice_utils.h147 virtual ndk::ScopedAStatus callStateChanged(RadioIndicationType type) override;
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl57 void callStateChanged(in RadioIndicationType type); in callStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl38 oneway void callStateChanged(in android.hardware.radio.RadioIndicationType type); in callStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl38 oneway void callStateChanged(in android.hardware.radio.RadioIndicationType type); in callStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl38 oneway void callStateChanged(in android.hardware.radio.RadioIndicationType type); in callStateChanged() method
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp26 Return<void> RadioIndication::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h423 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp42 Return<void> RadioIndication_v1_1::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h443 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp75 Return<void> RadioIndication_v1_2::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h536 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp76 Return<void> RadioIndication_v1_3::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h509 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp115 Return<void> RadioIndication_v1_4::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h603 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp156 Return<void> RadioIndication_v1_5::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h702 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp181 Return<void> RadioIndication_v1_6::callStateChanged(RadioIndicationType /*type*/) { in callStateChanged() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h970 Return<void> callStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h67 Return<void> callStateChanged(V1_0::RadioIndicationType type) override;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal42 oneway callStateChanged(RadioIndicationType type);
/hardware/ril/libril/
Dril_service.cpp6765 Return<void> retStatus = radioService[slotId]->mRadioIndication->callStateChanged( in callStateChangedInd()