Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
DRadioIndication-network.cpp223 Return<void> RadioIndication::suppSvcNotify(V1_0::RadioIndicationType type, in suppSvcNotify() function in android::hardware::radio::compat::RadioIndication
226 networkCb()->suppSvcNotify(toAidl(type), toAidl(suppSvc)); in suppSvcNotify()
/hardware/interfaces/radio/aidl/vts/
Dradio_network_indication.cpp86 ndk::ScopedAStatus RadioNetworkIndication::suppSvcNotify(RadioIndicationType /*type*/, in suppSvcNotify() function in RadioNetworkIndication
Dradio_network_utils.h235 virtual ndk::ScopedAStatus suppSvcNotify(RadioIndicationType type,
/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DIRadioNetworkIndication.aidl188 void suppSvcNotify(in RadioIndicationType type, in SuppSvcNotification suppSvc); in suppSvcNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetworkIndication.aidl49 …oneway void suppSvcNotify(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in suppSvcNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DIRadioNetworkIndication.aidl49 …oneway void suppSvcNotify(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in suppSvcNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DIRadioNetworkIndication.aidl50 …oneway void suppSvcNotify(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in suppSvcNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DIRadioNetworkIndication.aidl50 …oneway void suppSvcNotify(in android.hardware.radio.RadioIndicationType type, in android.hardware.… in suppSvcNotify() method
/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/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h82 Return<void> suppSvcNotify(V1_0::RadioIndicationType type,
/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()