Home
last modified time | relevance | path

Searched refs:CellInfo (Results 1 – 12 of 12) sorted by relevance

/system/chre/chpp/test/
Dwwan_convert_test.cpp35 .CellInfo = {
61 .CellInfo = {
105 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mcc, in compareCellInfo()
106 chre->CellInfo.lte.cellIdentityLte.mcc); in compareCellInfo()
107 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.mnc, in compareCellInfo()
108 chre->CellInfo.lte.cellIdentityLte.mnc); in compareCellInfo()
109 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.ci, in compareCellInfo()
110 chre->CellInfo.lte.cellIdentityLte.ci); in compareCellInfo()
111 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.pci, in compareCellInfo()
112 chre->CellInfo.lte.cellIdentityLte.pci); in compareCellInfo()
[all …]
/system/chre/apps/wwan_world/
Dwwan_world.cc94 LOGI(" mcc %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.mcc); in logChreWwanInfo()
95 LOGI(" mnc %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.mnc); in logChreWwanInfo()
96 LOGI(" lac %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.lac); in logChreWwanInfo()
97 LOGI(" cid %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.cid); in logChreWwanInfo()
98 LOGI(" arfcn %" PRId32, cell->CellInfo.gsm.cellIdentityGsm.arfcn); in logChreWwanInfo()
99 LOGI(" bsic %" PRIu8, cell->CellInfo.gsm.cellIdentityGsm.bsic); in logChreWwanInfo()
106 LOGI(" mcc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mcc); in logChreWwanInfo()
107 LOGI(" mnc %" PRId32, cell->CellInfo.lte.cellIdentityLte.mnc); in logChreWwanInfo()
108 LOGI(" ci %" PRId32, cell->CellInfo.lte.cellIdentityLte.ci); in logChreWwanInfo()
109 LOGI(" pci %" PRId32, cell->CellInfo.lte.cellIdentityLte.pci); in logChreWwanInfo()
[all …]
/system/chre/platform/linux/
Dpal_wwan.cc42 cell->CellInfo.gsm.cellIdentityGsm.mcc = INT32_MAX; in sendCellInfoResult()
43 cell->CellInfo.gsm.cellIdentityGsm.mnc = INT32_MAX; in sendCellInfoResult()
44 cell->CellInfo.gsm.cellIdentityGsm.lac = INT32_MAX; in sendCellInfoResult()
45 cell->CellInfo.gsm.cellIdentityGsm.cid = INT32_MAX; in sendCellInfoResult()
46 cell->CellInfo.gsm.cellIdentityGsm.arfcn = INT32_MAX; in sendCellInfoResult()
47 cell->CellInfo.gsm.cellIdentityGsm.bsic = INT8_MAX; in sendCellInfoResult()
48 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult()
49 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult()
50 cell->CellInfo.gsm.signalStrengthGsm.signalStrength = INT32_MAX; in sendCellInfoResult()
/system/chre/chpp/common/
Dwwan_convert.c229 memset(&out->CellInfo, 0, sizeof(out->CellInfo)); in chppWwanConvertCellInfoFromChre()
232 chppWwanConvertCellInfoGsmFromChre(&in->CellInfo.gsm, &out->CellInfo.gsm); in chppWwanConvertCellInfoFromChre()
235 chppWwanConvertCellInfoCdmaFromChre(&in->CellInfo.cdma, in chppWwanConvertCellInfoFromChre()
236 &out->CellInfo.cdma); in chppWwanConvertCellInfoFromChre()
239 chppWwanConvertCellInfoLteFromChre(&in->CellInfo.lte, &out->CellInfo.lte); in chppWwanConvertCellInfoFromChre()
242 chppWwanConvertCellInfoWcdmaFromChre(&in->CellInfo.wcdma, in chppWwanConvertCellInfoFromChre()
243 &out->CellInfo.wcdma); in chppWwanConvertCellInfoFromChre()
246 chppWwanConvertCellInfoTdscdmaFromChre(&in->CellInfo.tdscdma, in chppWwanConvertCellInfoFromChre()
247 &out->CellInfo.tdscdma); in chppWwanConvertCellInfoFromChre()
250 chppWwanConvertCellInfoNrFromChre(&in->CellInfo.nr, &out->CellInfo.nr); in chppWwanConvertCellInfoFromChre()
[all …]
/system/chre/apps/test/chqts/src/general_test/
Dwwan_cell_info_test.cc110 valid &= CellInfoGsm::validate(cells[i].CellInfo.gsm); in validateCellInfo()
112 valid &= CellInfoCdma::validate(cells[i].CellInfo.cdma); in validateCellInfo()
114 valid &= CellInfoLte::validate(cells[i].CellInfo.lte); in validateCellInfo()
116 valid &= CellInfoWcdma::validate(cells[i].CellInfo.wcdma); in validateCellInfo()
118 valid &= CellInfoTdscdma::validate(cells[i].CellInfo.tdscdma); in validateCellInfo()
121 CellInfoNr::validate(cells[i].CellInfo.nr, cells[i].registered != 0); in validateCellInfo()
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h377 } CellInfo; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h377 } CellInfo; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h377 } CellInfo; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h480 } CellInfo; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h480 } CellInfo; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h207 union ChppWwanCellInfoPerRat CellInfo; member
/system/chre/chpp/api_parser/
DREADME.md133 "field": "CellInfo",