Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dwwan_convert_test.cpp37 .cellIdentityLte = {
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()
113 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.tac, in compareCellInfo()
[all …]
/system/chre/apps/wwan_world/
Dwwan_world.cc106 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()
110 LOGI(" tac %" PRId32, cell->CellInfo.lte.cellIdentityLte.tac); in logChreWwanInfo()
111 LOGI(" earfcn %" PRId32, cell->CellInfo.lte.cellIdentityLte.earfcn); in logChreWwanInfo()
/system/chre/apps/test/chqts/src/general_test/
Dcell_info_lte.cc76 return (validateIdentity(cell.cellIdentityLte) && in validate()
/system/chre/chpp/common/
Dwwan_convert.c134 chppWwanConvertCellIdentityLteFromChre(&in->cellIdentityLte, in chppWwanConvertCellInfoLteFromChre()
135 &out->cellIdentityLte); in chppWwanConvertCellInfoLteFromChre()
419 if (!chppWwanConvertCellIdentityLteToChre(&in->cellIdentityLte, in chppWwanConvertCellInfoLteToChre()
420 &out->cellIdentityLte)) { in chppWwanConvertCellInfoLteToChre()
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h319 struct chreWwanCellIdentityLte cellIdentityLte; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h319 struct chreWwanCellIdentityLte cellIdentityLte; member
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h319 struct chreWwanCellIdentityLte cellIdentityLte; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h412 struct chreWwanCellIdentityLte cellIdentityLte; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h117 struct ChppWwanCellIdentityLte cellIdentityLte; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h412 struct chreWwanCellIdentityLte cellIdentityLte; member