Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_gsm.cc32 } else if (!isBoundedInt32(identity.arfcn, 0, 65535, INT32_MAX)) { in validateIdentity()
34 identity.arfcn); in validateIdentity()
/system/chre/platform/linux/
Dpal_wwan.cc46 cell->CellInfo.gsm.cellIdentityGsm.arfcn = INT32_MAX; in sendCellInfoResult()
/system/chre/chpp/common/
Dwwan_convert.c89 out->arfcn = in->arfcn; in chppWwanConvertCellIdentityGsmFromChre()
360 out->arfcn = in->arfcn; in chppWwanConvertCellIdentityGsmToChre()
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h103 int32_t arfcn; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h103 int32_t arfcn; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h103 int32_t arfcn; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h104 int32_t arfcn; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h104 int32_t arfcn; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h77 int32_t arfcn; member
/system/chre/apps/wwan_world/
Dwwan_world.cc98 LOGI(" arfcn %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.arfcn); in logChreWwanInfo()