Searched refs:pci (Results 1 – 11 of 11) sorted by relevance
/system/chre/apps/test/chqts/src/general_test/ |
D | cell_info_lte.cc | 30 } else if (!isBoundedInt32(identity.pci, 0, 503, INT32_MAX)) { in validateIdentity() 31 sendFatalFailureInt32("Invalid LTE Physical Cell Id: %d", identity.pci); in validateIdentity()
|
D | cell_info_nr.cc | 38 } else if (!isBoundedInt32(identity.pci, 0, 1007, kInvalid, in validateIdentity() 40 sendFatalFailureInt32("Invalid NR Physical Cell Id: %d", identity.pci); in validateIdentity()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 116 out->pci = in->pci; in chppWwanConvertCellIdentityLteFromChre() 147 out->pci = in->pci; in chppWwanConvertCellIdentityNrFromChre() 397 out->pci = in->pci; in chppWwanConvertCellIdentityLteToChre() 438 out->pci = in->pci; in chppWwanConvertCellIdentityNrToChre()
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 172 int32_t pci; member 232 int32_t pci; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 100 int32_t pci; member 127 int32_t pci; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 172 int32_t pci; member 232 int32_t pci; member
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 64 LOGI(" pci %" PRId32, nr.cellIdentityNr.pci); in logNrCellInfo() 109 LOGI(" pci %" PRId32, cell->CellInfo.lte.cellIdentityLte.pci); in logChreWwanInfo()
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 171 int32_t pci; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 171 int32_t pci; member
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | wwan.h | 171 int32_t pci; member
|
/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 41 .pci = 333, 111 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.pci, in compareCellInfo() 112 chre->CellInfo.lte.cellIdentityLte.pci); in compareCellInfo()
|