Home
last modified time | relevance | path

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

/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.h497 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.h517 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.h613 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.h591 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.h686 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal388 oneway srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/ril/libril/
Dril_service.cpp8136 Return<void> retStatus = radioService[slotId]->mRadioIndication->srvccStateNotify( in srvccStateNotifyInd()