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.h508 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.h528 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.h598 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.h623 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.h694 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.h793 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp356 SrvccState /*state*/) { in srvccStateNotify() argument
Dradio_hidl_hal_utils_v1_6.h1061 Return<void> srvccStateNotify(RadioIndicationType type, SrvccState state);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal388 oneway srvccStateNotify(RadioIndicationType type, SrvccState state);
Dtypes.hal952 enum SrvccState :int32_t {
/hardware/ril/libril/
Dril_service.cpp8024 convertIntToRadioIndicationType(indicationType), (SrvccState) state); in srvccStateNotifyInd()