Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp70 Return<void> RadioIndication::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h436 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp87 Return<void> RadioIndication_v1_1::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h457 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp121 Return<void> RadioIndication_v1_2::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h552 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp122 Return<void> RadioIndication_v1_3::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h528 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp162 Return<void> RadioIndication_v1_4::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h623 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp203 Return<void> RadioIndication_v1_5::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h720 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp205 Return<void> RadioIndication_v1_6::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h725 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal136 oneway suppSvcNotify(RadioIndicationType type, SuppSvcNotification suppSvc);
/hardware/ril/libril/
Dril_service.cpp7228 Return<void> retStatus = radioService[slotId]->mRadioIndication->suppSvcNotify( in suppSvcNotifyInd()