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.h475 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.h495 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.h563 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.h589 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.h658 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.h757 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp283 Return<void> RadioIndication_v1_6::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h1025 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.cpp7394 Return<void> retStatus = radioService[slotId]->mRadioIndication->restrictedStateChanged( in restrictedStateChangedInd()