Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_indication.cpp193 Return<void> RadioIndication::srvccStateNotify(RadioIndicationType /*type*/, SrvccState /*state*/) { in srvccStateNotify() function in RadioIndication
H A Dradio_hidl_hal_utils_v1_0.h508 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_indication.cpp212 Return<void> RadioIndication_v1_1::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_1
H A Dradio_hidl_hal_utils_v1_1.h528 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp247 Return<void> RadioIndication_v1_2::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h623 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp249 Return<void> RadioIndication_v1_3::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h598 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp289 Return<void> RadioIndication_v1_4::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h694 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp330 Return<void> RadioIndication_v1_5::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h793 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp355 Return<void> RadioIndication_v1_6::srvccStateNotify(RadioIndicationType /*type*/, in srvccStateNotify() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h1061 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal388 oneway srvccStateNotify(RadioIndicationType type, SrvccState state);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java917 public void srvccStateNotify(int indicationType, int state) { in srvccStateNotify() method in RadioIndication
/aosp12/hardware/ril/libril/
H A Dril_service.cpp8023 Return<void> retStatus = radioService[slotId]->mRadioIndication->srvccStateNotify( in srvccStateNotifyInd()