Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioIndication-network.cpp216 Return<void> RadioIndication::restrictedStateChanged(V1_0::RadioIndicationType type, in restrictedStateChanged() function in android::hardware::radio::compat::RadioIndication
219 networkCb()->restrictedStateChanged(toAidl(type), aidl::PhoneRestrictedState(state)); in restrictedStateChanged()
/hardware/interfaces/radio/aidl/vts/
Dradio_network_indication.cpp81 ndk::ScopedAStatus RadioNetworkIndication::restrictedStateChanged(RadioIndicationType /*type*/, in restrictedStateChanged() function in RadioNetworkIndication
Dradio_network_utils.h232 virtual ndk::ScopedAStatus restrictedStateChanged(RadioIndicationType type,
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetworkIndication.aidl180 void restrictedStateChanged(in RadioIndicationType type, in PhoneRestrictedState state); in restrictedStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetworkIndication.aidl48 …oneway void restrictedStateChanged(in android.hardware.radio.RadioIndicationType type, in android.… in restrictedStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetworkIndication.aidl48 …oneway void restrictedStateChanged(in android.hardware.radio.RadioIndicationType type, in android.… in restrictedStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetworkIndication.aidl49 …oneway void restrictedStateChanged(in android.hardware.radio.RadioIndicationType type, in android.… in restrictedStateChanged() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetworkIndication.aidl49 …oneway void restrictedStateChanged(in android.hardware.radio.RadioIndicationType type, in android.… in restrictedStateChanged() method
/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/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h100 Return<void> restrictedStateChanged(V1_0::RadioIndicationType type,
/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()