Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/voice/
DRadioIndication-voice.cpp118 Return<void> RadioIndication::srvccStateNotify(V1_0::RadioIndicationType type, in srvccStateNotify() function in android::hardware::radio::compat::RadioIndication
121 voiceCb()->srvccStateNotify(toAidl(type), aidl::SrvccState(state)); in srvccStateNotify()
/hardware/interfaces/radio/aidl/vts/
Dradio_voice_indication.cpp78 ndk::ScopedAStatus RadioVoiceIndication::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioVoiceIndication
Dradio_voice_utils.h176 virtual ndk::ScopedAStatus srvccStateNotify(RadioIndicationType type,
/hardware/interfaces/radio/aidl/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl164 void srvccStateNotify(in RadioIndicationType type, in SrvccState state); in srvccStateNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/2/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl49 …oneway void srvccStateNotify(in android.hardware.radio.RadioIndicationType type, in android.hardwa… in srvccStateNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/current/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl49 …oneway void srvccStateNotify(in android.hardware.radio.RadioIndicationType type, in android.hardwa… in srvccStateNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.voice/1/android/hardware/radio/voice/
DIRadioVoiceIndication.aidl49 …oneway void srvccStateNotify(in android.hardware.radio.RadioIndicationType type, in android.hardwa… in srvccStateNotify() method
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp193 Return<void> RadioIndication::srvccStateNotify(RadioIndicationType /*type*/, SrvccState /*state*/) { in srvccStateNotify() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h508 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp212 Return<void> RadioIndication_v1_1::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h528 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp247 Return<void> RadioIndication_v1_2::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h623 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp249 Return<void> RadioIndication_v1_3::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h598 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp289 Return<void> RadioIndication_v1_4::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h694 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp330 Return<void> RadioIndication_v1_5::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h793 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp355 Return<void> RadioIndication_v1_6::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h1061 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h121 Return<void> srvccStateNotify(V1_0::RadioIndicationType type, V1_0::SrvccState state) override;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal388 oneway srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/ril/libril/
Dril_service.cpp8023 Return<void> retStatus = radioService[slotId]->mRadioIndication->srvccStateNotify( in srvccStateNotifyInd()