Home
last modified time | relevance | path

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

/hardware/interfaces/radio/aidl/compat/libradiocompat/sim/
DRadioIndication-sim.cpp66 Return<void> RadioIndication::simRefresh(V1_0::RadioIndicationType type, in simRefresh() function in android::hardware::radio::compat::RadioIndication
69 simCb()->simRefresh(toAidl(type), toAidl(refreshResult)); in simRefresh()
/hardware/interfaces/radio/aidl/android/hardware/radio/sim/
DIRadioSimIndication.aidl77 void simRefresh(in RadioIndicationType type, in SimRefreshResult refreshResult); in simRefresh() method
/hardware/interfaces/radio/aidl/vts/
Dradio_sim_indication.cpp40 ndk::ScopedAStatus RadioSimIndication::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioSimIndication
Dradio_sim_utils.h176 virtual ndk::ScopedAStatus simRefresh(RadioIndicationType type,
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/3/android/hardware/radio/sim/
DIRadioSimIndication.aidl42 …oneway void simRefresh(in android.hardware.radio.RadioIndicationType type, in android.hardware.rad… in simRefresh() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/current/android/hardware/radio/sim/
DIRadioSimIndication.aidl42 …oneway void simRefresh(in android.hardware.radio.RadioIndicationType type, in android.hardware.rad… in simRefresh() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/2/android/hardware/radio/sim/
DIRadioSimIndication.aidl41 …oneway void simRefresh(in android.hardware.radio.RadioIndicationType type, in android.hardware.rad… in simRefresh() method
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.sim/1/android/hardware/radio/sim/
DIRadioSimIndication.aidl41 …oneway void simRefresh(in android.hardware.radio.RadioIndicationType type, in android.hardware.rad… in simRefresh() method
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_indication.cpp97 Return<void> RadioIndication::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication
Dradio_hidl_hal_utils_v1_0.h462 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_indication.cpp114 Return<void> RadioIndication_v1_1::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_1
Dradio_hidl_hal_utils_v1_1.h482 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/1.3/vts/functional/
Dradio_indication.cpp149 Return<void> RadioIndication_v1_3::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_3
Dradio_hidl_hal_utils_v1_3.h550 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_indication.cpp148 Return<void> RadioIndication_v1_2::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_2
Dradio_hidl_hal_utils_v1_2.h576 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_indication.cpp189 Return<void> RadioIndication_v1_4::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_4
Dradio_hidl_hal_utils_v1_4.h645 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp230 Return<void> RadioIndication_v1_5::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_5
Dradio_hidl_hal_utils_v1_5.h744 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp255 Return<void> RadioIndication_v1_6::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_6
Dradio_hidl_hal_utils_v1_6.h1012 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/
DRadioIndication.h90 Return<void> simRefresh(V1_0::RadioIndicationType type,
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal193 oneway simRefresh(RadioIndicationType type, SimRefreshResult refreshResult);
/hardware/ril/libril/
Dril_service.cpp7228 Return<void> retStatus = radioService[slotId]->mRadioIndication->simRefresh( in simRefreshInd()