Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_indication.cpp70 Return<void> RadioIndication::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication
H A Dradio_hidl_hal_utils_v1_0.h448 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_indication.cpp87 Return<void> RadioIndication_v1_1::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_1
H A Dradio_hidl_hal_utils_v1_1.h468 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp121 Return<void> RadioIndication_v1_2::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h562 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp122 Return<void> RadioIndication_v1_3::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h536 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp162 Return<void> RadioIndication_v1_4::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h631 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp203 Return<void> RadioIndication_v1_5::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h730 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp228 Return<void> RadioIndication_v1_6::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h998 Return<void> suppSvcNotify(RadioIndicationType type, const SuppSvcNotification& suppSvc);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal136 oneway suppSvcNotify(RadioIndicationType type, SuppSvcNotification suppSvc);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java425 public void suppSvcNotify(int indicationType, SuppSvcNotification suppSvcNotification) { in suppSvcNotify() method in RadioIndication
/aosp12/hardware/ril/libril/
H A Dril_service.cpp7103 Return<void> retStatus = radioService[slotId]->mRadioIndication->suppSvcNotify( in suppSvcNotifyInd()