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.h448 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.h468 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.h536 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.h562 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.h631 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.h730 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp228 Return<void> RadioIndication_v1_6::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h998 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.cpp7103 Return<void> retStatus = radioService[slotId]->mRadioIndication->suppSvcNotify( in suppSvcNotifyInd()