Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp71 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_0.h448 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp88 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_1.h468 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp123 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_3.h536 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp122 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_2.h562 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp163 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_4.h631 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp204 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_5.h730 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp229 const SuppSvcNotification& /*suppSvc*/) { in suppSvcNotify() argument
Dradio_hidl_hal_utils_v1_6.h998 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal134 * @param suppSvc SuppSvcNotification as defined in types.hal
136 oneway suppSvcNotify(RadioIndicationType type, SuppSvcNotification suppSvc);
Dtypes.hal1906 struct SuppSvcNotification {
/hardware/ril/libril/
Dril_service.cpp7091 SuppSvcNotification suppSvc = {}; in suppSvcNotifyInd()