Home
last modified time | relevance | path

Searched refs:restrictedStateChanged (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp125 Return<void> RadioIndication::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h463 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp142 Return<void> RadioIndication_v1_1::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h484 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp176 Return<void> RadioIndication_v1_2::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h579 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp177 Return<void> RadioIndication_v1_3::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h555 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp217 Return<void> RadioIndication_v1_4::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h650 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp258 Return<void> RadioIndication_v1_5::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h747 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp260 Return<void> RadioIndication_v1_6::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h752 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal261 oneway restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/ril/libril/
Dril_service.cpp7519 Return<void> retStatus = radioService[slotId]->mRadioIndication->restrictedStateChanged( in restrictedStateChangedInd()