Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp193 Return<void> RadioIndication::srvccStateNotify(RadioIndicationType /*type*/, SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_0.h496 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp213 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_1.h517 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp248 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_2.h613 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp250 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_3.h590 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp290 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_4.h686 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp331 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_5.h783 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp333 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_6.h788 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal388 oneway srvccStateNotify(RadioIndicationType type, SrvccState state);
Dtypes.hal948 enum SrvccState :int32_t {
/hardware/ril/libril/
Dril_service.cpp8149 convertIntToRadioIndicationType(indicationType), (SrvccState) state); in srvccStateNotifyInd()