/hardware/interfaces/radio/aidl/compat/libradiocompat/network/ |
D | RadioIndication-network.cpp | 41 const V1_5::CellIdentity& cellIdentity, in barringInfoChanged() argument 44 networkCb()->barringInfoChanged(toAidl(type), toAidl(cellIdentity), toAidl(barringInfos)); in barringInfoChanged() 207 V1_0::RadioIndicationType type, const V1_5::CellIdentity& cellIdentity, in registrationFailed() argument 211 networkCb()->registrationFailed(toAidl(type), toAidl(cellIdentity), chosenPlmn, domain, in registrationFailed()
|
D | structs.cpp | 675 .cellIdentity = toAidl(res.cellIdentity), in toAidl() 686 .cellIdentity = toAidl(res.cellIdentity), in toAidl()
|
D | RadioResponse-network.cpp | 79 const V1_0::RadioResponseInfo& info, const V1_5::CellIdentity& cellIdentity, in getBarringInfoResponse() argument 82 networkCb()->getBarringInfoResponse(toAidl(info), toAidl(cellIdentity), toAidl(barringInfos)); in getBarringInfoResponse()
|
/hardware/interfaces/radio/aidl/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 58 void barringInfoChanged(in RadioIndicationType type, in CellIdentity cellIdentity, in barringInfoChanged() argument 170 void registrationFailed(in RadioIndicationType type, in CellIdentity cellIdentity, in registrationFailed() argument
|
D | RegStateResult.aidl | 52 CellIdentity cellIdentity;
|
D | IRadioNetworkResponse.aidl | 121 in RadioResponseInfo info, in CellIdentity cellIdentity, in BarringInfo[] barringInfos); in getBarringInfoResponse() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/1/android/hardware/radio/network/ |
D | IRadioNetworkIndication.aidl | 37 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in barringInfoChanged() argument 47 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in String chos… in registrationFailed() argument
|
D | RegStateResult.aidl | 40 android.hardware.radio.network.CellIdentity cellIdentity;
|
D | IRadioNetworkResponse.aidl | 41 …adioResponseInfo info, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in getBarringInfoResponse() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/current/android/hardware/radio/network/ |
D | RegStateResult.aidl | 41 android.hardware.radio.network.CellIdentity cellIdentity;
|
D | IRadioNetworkIndication.aidl | 38 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in barringInfoChanged() argument 48 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in String chos… in registrationFailed() argument
|
D | IRadioNetworkResponse.aidl | 42 …adioResponseInfo info, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in getBarringInfoResponse() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/2/android/hardware/radio/network/ |
D | RegStateResult.aidl | 40 android.hardware.radio.network.CellIdentity cellIdentity;
|
D | IRadioNetworkIndication.aidl | 37 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in barringInfoChanged() argument 47 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in String chos… in registrationFailed() argument
|
D | IRadioNetworkResponse.aidl | 41 …adioResponseInfo info, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in getBarringInfoResponse() argument
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.network/3/android/hardware/radio/network/ |
D | RegStateResult.aidl | 41 android.hardware.radio.network.CellIdentity cellIdentity;
|
D | IRadioNetworkIndication.aidl | 38 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in barringInfoChanged() argument 48 …ioIndicationType type, in android.hardware.radio.network.CellIdentity cellIdentity, in String chos… in registrationFailed() argument
|
D | IRadioNetworkResponse.aidl | 42 …adioResponseInfo info, in android.hardware.radio.network.CellIdentity cellIdentity, in android.har… in getBarringInfoResponse() argument
|
/hardware/interfaces/radio/aidl/vts/ |
D | radio_network_utils.h | 64 const RadioResponseInfo& info, const CellIdentity& cellIdentity, 198 RadioIndicationType type, const CellIdentity& cellIdentity, 227 const CellIdentity& cellIdentity,
|
D | radio_network_response.cpp | 50 const RadioResponseInfo& info, const CellIdentity& cellIdentity, in getBarringInfoResponse() argument 53 barringCellIdentity = cellIdentity; in getBarringInfoResponse()
|
D | radio_network_test.cpp | 1650 CellIdentity cellIdentity = radioRsp_network->dataRegResp.cellIdentity; in TEST_P() local 1651 switch (cellIdentity.getTag()) { in TEST_P() 1657 CellIdentityGsm cig = cellIdentity.get<CellIdentity::gsm>(); in TEST_P() 1663 CellIdentityWcdma ciw = cellIdentity.get<CellIdentity::wcdma>(); in TEST_P() 1669 CellIdentityTdscdma cit = cellIdentity.get<CellIdentity::tdscdma>(); in TEST_P() 1676 CellIdentityCdma cic = cellIdentity.get<CellIdentity::cdma>(); in TEST_P() 1681 CellIdentityLte cil = cellIdentity.get<CellIdentity::lte>(); in TEST_P() 1687 CellIdentityNr cin = cellIdentity.get<CellIdentity::nr>(); in TEST_P()
|
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 42 * @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);
|
D | IRadioResponse.hal | 195 * @param cellIdentity CellIdentity for the barring infos. 204 oneway getBarringInfoResponse(RadioResponseInfo info, CellIdentity cellIdentity,
|
/hardware/ril/libril/ |
D | ril_service.cpp | 3500 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument 3502 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse() 3503 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse() 3504 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse() 3505 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse() 3506 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse() 3507 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse() 3511 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse() 3512 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse() 3514 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse() [all …]
|
/hardware/interfaces/radio/aidl/compat/libradiocompat/include/libradiocompat/ |
D | RadioIndication.h | 176 V1_0::RadioIndicationType type, const V1_5::CellIdentity& cellIdentity, 180 V1_0::RadioIndicationType type, const V1_5::CellIdentity& cellIdentity,
|