Home
last modified time | relevance | path

Searched refs:networkStateChanged (Results 1 – 18 of 18) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp30 Return<void> RadioIndication::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h425 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp46 Return<void> RadioIndication_v1_1::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h445 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp80 Return<void> RadioIndication_v1_3::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h511 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp79 Return<void> RadioIndication_v1_2::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h538 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp119 Return<void> RadioIndication_v1_4::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h605 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp160 Return<void> RadioIndication_v1_5::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h704 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.2/
Dtypes.hal101 * When this bit is set, modem must invoke IRadioIndication.networkStateChanged() when any field
103 * suppress IRadioIndication.networkStateChanged() when there are only changes from
104 * insignificant fields. Modem must invoke IRadioIndication.networkStateChanged() when
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp185 Return<void> RadioIndication_v1_6::networkStateChanged(RadioIndicationType /*type*/) { in networkStateChanged() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h972 Return<void> networkStateChanged(RadioIndicationType type);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal51 oneway networkStateChanged(RadioIndicationType type);
Dtypes.hal1128 // IRadioIndication.networkStateChanged() when any field
1131 // IRadioIndication.networkStateChanged() when there are
1134 // IRadioIndication.networkStateChanged()
/hardware/ril/libril/
Dril_service.cpp6782 Return<void> retStatus = radioService[slotId]->mRadioIndication->networkStateChanged( in networkStateChangedInd()