Home
last modified time | relevance | path

Searched refs:pci (Results 1 – 11 of 11) sorted by relevance

/system/chre/apps/test/chqts/src/general_test/
Dcell_info_lte.cc30 } else if (!isBoundedInt32(identity.pci, 0, 503, INT32_MAX)) { in validateIdentity()
31 sendFatalFailureInt32("Invalid LTE Physical Cell Id: %d", identity.pci); in validateIdentity()
Dcell_info_nr.cc38 } 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/
Dwwan_convert.c116 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/
Dwwan.h172 int32_t pci; member
232 int32_t pci; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h100 int32_t pci; member
127 int32_t pci; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h172 int32_t pci; member
232 int32_t pci; member
/system/chre/apps/wwan_world/
Dwwan_world.cc64 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/
Dwwan.h171 int32_t pci; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h171 int32_t pci; member
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h171 int32_t pci; member
/system/chre/chpp/test/
Dwwan_convert_test.cpp41 .pci = 333,
111 EXPECT_EQ(chpp->CellInfo.lte.cellIdentityLte.pci, in compareCellInfo()
112 chre->CellInfo.lte.cellIdentityLte.pci); in compareCellInfo()