Home
last modified time | relevance | path

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

12

/hardware/interfaces/radio/aidl/android/hardware/radio/network/
DRegStateResult.aidl21 import android.hardware.radio.network.CellIdentity;
52 CellIdentity cellIdentity;
DIRadioNetworkIndication.aidl22 import android.hardware.radio.network.CellIdentity;
58 void barringInfoChanged(in RadioIndicationType type, in CellIdentity cellIdentity, in barringInfoChanged()
170 void registrationFailed(in RadioIndicationType type, in CellIdentity cellIdentity, in registrationFailed()
DCellIdentity.aidl32 union CellIdentity {
DIRadioNetworkResponse.aidl24 import android.hardware.radio.network.CellIdentity;
121 in RadioResponseInfo info, in CellIdentity cellIdentity, in BarringInfo[] barringInfos); in getBarringInfoResponse()
/hardware/interfaces/radio/aidl/vts/
Dradio_network_indication.cpp22 RadioIndicationType /*type*/, const CellIdentity& /*cellIdentity*/, in barringInfoChanged() argument
73 const CellIdentity& /*cellIdentity*/, in registrationFailed() argument
Dradio_network_utils.h45 CellIdentity barringCellIdentity;
64 const RadioResponseInfo& info, const CellIdentity& cellIdentity,
198 RadioIndicationType type, const CellIdentity& cellIdentity,
227 const CellIdentity& cellIdentity,
Dradio_network_test.cpp1521 case CellIdentity::Tag::wcdma: in TEST_P()
1523 case CellIdentity::Tag::tdscdma: in TEST_P()
1526 case CellIdentity::Tag::lte: in TEST_P()
1529 case CellIdentity::Tag::nr: in TEST_P()
1532 case CellIdentity::Tag::cdma: in TEST_P()
1650 CellIdentity cellIdentity = radioRsp_network->dataRegResp.cellIdentity; in TEST_P()
1652 case CellIdentity::noinit: { in TEST_P()
1656 case CellIdentity::gsm: { in TEST_P()
1657 CellIdentityGsm cig = cellIdentity.get<CellIdentity::gsm>(); in TEST_P()
1662 case CellIdentity::wcdma: { in TEST_P()
[all …]
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/
DIRadioNetworkIndication.aidl37 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in barringInfoChanged()
47 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in registrationFailed()
DRegStateResult.aidl40 android.hardware.radio.network.CellIdentity cellIdentity;
DCellIdentity.aidl36 union CellIdentity {
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/
DRegStateResult.aidl41 android.hardware.radio.network.CellIdentity cellIdentity;
DCellIdentity.aidl37 union CellIdentity {
DIRadioNetworkIndication.aidl38 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in barringInfoChanged()
48 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in registrationFailed()
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/
DRegStateResult.aidl40 android.hardware.radio.network.CellIdentity cellIdentity;
DIRadioNetworkIndication.aidl37 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in barringInfoChanged()
47 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in registrationFailed()
DCellIdentity.aidl36 union CellIdentity {
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/
DRegStateResult.aidl41 android.hardware.radio.network.CellIdentity cellIdentity;
DCellIdentity.aidl37 union CellIdentity {
DIRadioNetworkIndication.aidl38 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in barringInfoChanged()
48 …are.radio.RadioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, i… in registrationFailed()
/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
Dstructs.h60 ::aidl::android::hardware::radio::network::CellIdentity toAidl(const V1_5::CellIdentity& ci);
DRadioIndication-network.cpp41 const V1_5::CellIdentity& cellIdentity, in barringInfoChanged()
207 V1_0::RadioIndicationType type, const V1_5::CellIdentity& cellIdentity, in registrationFailed()
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal42 * @param cellIdentity the CellIdentity, which must include the globally unique identifier for
60 RadioIndicationType type, CellIdentity cellIdentity, string chosenPlmn,
78 RadioIndicationType type, CellIdentity cellIdentity, vec<BarringInfo> barringInfos);
DIRadioResponse.hal24 import @1.5::CellIdentity;
195 * @param cellIdentity CellIdentity for the barring infos.
204 oneway getBarringInfoResponse(RadioResponseInfo info, CellIdentity cellIdentity,
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_indication.cpp29 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in registrationFailed()
38 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in barringInfoChanged()
/hardware/interfaces/radio/1.6/vts/functional/
Dradio_indication.cpp48 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in registrationFailed()
57 const ::android::hardware::radio::V1_5::CellIdentity& /*cellIdentity*/, in barringInfoChanged()

12