Home
last modified time | relevance | path

Searched refs:PhoneRestrictedState (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp126 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_0.h475 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp143 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_1.h495 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp178 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_3.h563 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp177 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_2.h589 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp218 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_4.h658 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp259 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_5.h757 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp284 PhoneRestrictedState /*state*/) { in restrictedStateChanged() argument
Dradio_hidl_hal_utils_v1_6.h1025 Return<void> restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal259 * @param state Bitmask of restricted state as defined by PhoneRestrictedState
261 oneway restrictedStateChanged(RadioIndicationType type, PhoneRestrictedState state);
Dtypes.hal976 enum PhoneRestrictedState : int32_t {
/hardware/ril/libril/
Dril_service.cpp7395 convertIntToRadioIndicationType(indicationType), (PhoneRestrictedState) state); in restrictedStateChangedInd()