Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_indication.cpp97 Return<void> RadioIndication::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication
H A Dradio_hidl_hal_utils_v1_0.h462 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.1/vts/functional/
H A Dradio_indication.cpp114 Return<void> RadioIndication_v1_1::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_1
H A Dradio_hidl_hal_utils_v1_1.h482 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.2/vts/functional/
H A Dradio_indication.cpp148 Return<void> RadioIndication_v1_2::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_2
H A Dradio_hidl_hal_utils_v1_2.h576 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.3/vts/functional/
H A Dradio_indication.cpp149 Return<void> RadioIndication_v1_3::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_3
H A Dradio_hidl_hal_utils_v1_3.h550 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.4/vts/functional/
H A Dradio_indication.cpp189 Return<void> RadioIndication_v1_4::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_4
H A Dradio_hidl_hal_utils_v1_4.h645 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_indication.cpp230 Return<void> RadioIndication_v1_5::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_5
H A Dradio_hidl_hal_utils_v1_5.h744 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.6/vts/functional/
H A Dradio_indication.cpp255 Return<void> RadioIndication_v1_6::simRefresh(RadioIndicationType /*type*/, in simRefresh() function in RadioIndication_v1_6
H A Dradio_hidl_hal_utils_v1_6.h1012 Return<void> simRefresh(RadioIndicationType type, const SimRefreshResult& refreshResult);
/aosp12/hardware/interfaces/radio/1.0/
H A DIRadioIndication.hal193 oneway simRefresh(RadioIndicationType type, SimRefreshResult refreshResult);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java492 public void simRefresh(int indicationType, SimRefreshResult refreshResult) { in simRefresh() method in RadioIndication
/aosp12/hardware/ril/libril/
H A Dril_service.cpp7228 Return<void> retStatus = radioService[slotId]->mRadioIndication->simRefresh( in simRefreshInd()