Searched refs:cellIdentityLte (Results 1 – 10 of 10) sorted by relevance
/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 37 .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/ |
D | wwan_world.cc | 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() 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/ |
D | cell_info_lte.cc | 76 return (validateIdentity(cell.cellIdentityLte) && in validate()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 134 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/ |
D | wwan.h | 319 struct chreWwanCellIdentityLte cellIdentityLte; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 319 struct chreWwanCellIdentityLte cellIdentityLte; member
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 319 struct chreWwanCellIdentityLte cellIdentityLte; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 412 struct chreWwanCellIdentityLte cellIdentityLte; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 117 struct ChppWwanCellIdentityLte cellIdentityLte; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 412 struct chreWwanCellIdentityLte cellIdentityLte; member
|