Home
last modified time | relevance | path

Searched refs:radioState (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/radio/1.0/
DIRadioIndication.hal27 * @param radioState Current radio state
29 oneway radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_utils_v1_0.h409 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_utils_v1_1.h430 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_hidl_hal_utils_v1_3.h499 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_utils_v1_2.h524 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_utils_v1_4.h593 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_utils_v1_5.h690 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_utils_v1_6.h695 Return<void> radioStateChanged(RadioIndicationType type, RadioState radioState);
/hardware/ril/libril/
Dril_service.cpp6870 RadioState radioState = in radioStateChangedInd() local
6872 RLOGD("radioStateChangedInd: radioState %d", radioState); in radioStateChangedInd()
6874 convertIntToRadioIndicationType(indicationType), radioState); in radioStateChangedInd()