Home
last modified time | relevance | path

Searched refs:stkEventNotify (Results 1 – 24 of 24) sorted by relevance

/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioIndication-sim.cpp79 Return<void> RadioIndication::stkEventNotify(V1_0::RadioIndicationType type, in stkEventNotify() function in android::hardware::radio::compat::RadioIndication
82 simCb()->stkEventNotify(toAidl(type), cmd); in stkEventNotify()
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSimIndication.aidl93 void stkEventNotify(in RadioIndicationType type, in String cmd); in stkEventNotify() method
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_indication.cpp49 ndk::ScopedAStatus RadioSimIndication::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioSimIndication
Dradio_sim_utils.h181 virtual ndk::ScopedAStatus stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DIRadioSimIndication.aidl43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSimIndication.aidl43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSimIndication.aidl43 oneway void stkEventNotify(in android.hardware.radio.RadioIndicationType type, in String cmd); in stkEventNotify() method
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp84 Return<void> RadioIndication::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h455 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp101 Return<void> RadioIndication_v1_1::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h475 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp135 Return<void> RadioIndication_v1_2::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h569 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp136 Return<void> RadioIndication_v1_3::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h543 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp176 Return<void> RadioIndication_v1_4::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h638 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp217 Return<void> RadioIndication_v1_5::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h737 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp242 Return<void> RadioIndication_v1_6::stkEventNotify(RadioIndicationType /*type*/, in stkEventNotify() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h1005 Return<void> stkEventNotify(RadioIndicationType type,
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h86 Return<void> stkEventNotify(V1_0::RadioIndicationType type, const hidl_string& cmd) override;
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal163 oneway stkEventNotify(RadioIndicationType type, string cmd);
/hardware/ril/libril/
Dril_service.cpp7161 Return<void> retStatus = radioService[slotId]->mRadioIndication->stkEventNotify( in stkEventNotifyInd()