Home
last modified time | relevance | path

Searched refs:arfcn (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DAccessNetworkUtils.java242 public static int getOperatingBandForArfcn(int arfcn) { in getOperatingBandForArfcn() argument
243 if (arfcn >= 0 && arfcn <= 124) { in getOperatingBandForArfcn()
245 } else if (arfcn >= 128 && arfcn <= 251) { in getOperatingBandForArfcn()
247 } else if (arfcn >= 259 && arfcn <= 293) { in getOperatingBandForArfcn()
249 } else if (arfcn >= 306 && arfcn <= 340) { in getOperatingBandForArfcn()
251 } else if (arfcn >= 438 && arfcn <= 511) { in getOperatingBandForArfcn()
253 } else if (arfcn >= 512 && arfcn <= 885) { in getOperatingBandForArfcn()
257 } else if (arfcn >= 940 && arfcn <= 974) { in getOperatingBandForArfcn()
259 } else if (arfcn >= 975 && arfcn <= 1023) { in getOperatingBandForArfcn()
713 if (arfcn == PhysicalChannelConfig.CHANNEL_NUMBER_UNKNOWN) { in getFrequencyFromArfcn()
[all …]
H A DCellIdentityGsm.java87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() argument
93 mArfcn = inRangeOrUnavailable(arfcn, 0, MAX_ARFCN); in CellIdentityGsm()
106 this(cid.lac, cid.cid, cid.arfcn, in CellIdentityGsm()
113 this(cid.base.lac, cid.base.cid, cid.base.arfcn, in CellIdentityGsm()
121 this(cid.base.base.lac, cid.base.base.cid, cid.base.base.arfcn, in CellIdentityGsm()
/aosp12/system/chre/apps/test/chqts/src/general_test/
H A Dcell_info_gsm.cc32 } else if (!isBoundedInt32(identity.arfcn, 0, 65535, INT32_MAX)) { in validateIdentity()
34 identity.arfcn); in validateIdentity()
/aosp12/system/chre/chpp/common/
H A Dwwan_convert.c89 out->arfcn = in->arfcn; in chppWwanConvertCellIdentityGsmFromChre()
360 out->arfcn = in->arfcn; in chppWwanConvertCellIdentityGsmToChre()
/aosp12/system/chre/platform/linux/
H A Dpal_wwan.cc46 cell->CellInfo.gsm.cellIdentityGsm.arfcn = INT32_MAX; in sendCellInfoResult()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dwwan.h103 int32_t arfcn; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dwwan.h103 int32_t arfcn; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dwwan.h103 int32_t arfcn; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dwwan.h104 int32_t arfcn; member
/aosp12/system/chre/chpp/include/chpp/common/
H A Dwwan_types.h77 int32_t arfcn; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h104 int32_t arfcn; member
/aosp12/system/chre/apps/wwan_world/
H A Dwwan_world.cc98 LOGI(" arfcn %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.arfcn); in logChreWwanInfo()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java5300 int arfcn; in updateServiceStateArfcnRsrpBoost() local
5305 arfcn = ((CellIdentityLte) cellIdentity).getEarfcn(); in updateServiceStateArfcnRsrpBoost()
5306 if (arfcn != INVALID_ARFCN in updateServiceStateArfcnRsrpBoost()
5308 arfcn) != -1) { in updateServiceStateArfcnRsrpBoost()
5313 arfcn = ((CellIdentityNr) cellIdentity).getNrarfcn(); in updateServiceStateArfcnRsrpBoost()
5314 if (arfcn != INVALID_ARFCN) { in updateServiceStateArfcnRsrpBoost()
5316 arfcn); in updateServiceStateArfcnRsrpBoost()
/aosp12/hardware/ril/include/telephony/
H A Dril.h1378 int arfcn; /* 16-bit GSM Absolute RF channel number; this value must be reported */ member
/aosp12/hardware/ril/reference-ril/
H A Dril.h1378 int arfcn; /* 16-bit GSM Absolute RF channel number; this value must be reported */ member
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java1010 private static CellIdentityGsm makeCellIdentityGsm(int lac, int cid, int arfcn, int bsic, in makeCellIdentityGsm() argument
1014 return new CellIdentityGsm(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas, in makeCellIdentityGsm()
1021 return constructor.newInstance(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas); in makeCellIdentityGsm()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1525 cellinfo.cellIdentityGsm.arfcn = ARFCN; in testConvertHalCellInfoListForGSM()
2509 cellinfo.cellIdentityGsm.base.arfcn = ARFCN; in getCellInfoListForGSM()
/aosp12/hardware/ril/libril/
H A Dril_service.cpp3523 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
7827 cellInfoGsm->cellIdentityGsm.arfcn = in convertRilCellInfoListToHal()
7828 rillCellInfo->CellInfo.gsm.cellIdentityGsm.arfcn; in convertRilCellInfoListToHal()
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1537 int32_t arfcn; // 16-bit GSM Absolute RF channel number; this value must