Home
last modified time | relevance | path

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

/system/chre/chpp/test/
Dwwan_convert_test.cpp63 .cellIdentityWcdma = {
133 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.mcc, in compareCellInfo()
134 chre->CellInfo.wcdma.cellIdentityWcdma.mcc); in compareCellInfo()
135 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.mnc, in compareCellInfo()
136 chre->CellInfo.wcdma.cellIdentityWcdma.mnc); in compareCellInfo()
137 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.lac, in compareCellInfo()
138 chre->CellInfo.wcdma.cellIdentityWcdma.lac); in compareCellInfo()
139 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.cid, in compareCellInfo()
140 chre->CellInfo.wcdma.cellIdentityWcdma.cid); in compareCellInfo()
141 EXPECT_EQ(chpp->CellInfo.wcdma.cellIdentityWcdma.psc, in compareCellInfo()
[all …]
/system/chre/apps/wwan_world/
Dwwan_world.cc115 LOGI(" mcc %" PRId32, cell->CellInfo.wcdma.cellIdentityWcdma.mcc); in logChreWwanInfo()
116 LOGI(" mnc %" PRId32, cell->CellInfo.wcdma.cellIdentityWcdma.mnc); in logChreWwanInfo()
117 LOGI(" lac %" PRId32, cell->CellInfo.wcdma.cellIdentityWcdma.lac); in logChreWwanInfo()
118 LOGI(" cid %" PRId32, cell->CellInfo.wcdma.cellIdentityWcdma.cid); in logChreWwanInfo()
119 LOGI(" psc %" PRId32, cell->CellInfo.wcdma.cellIdentityWcdma.psc); in logChreWwanInfo()
121 cell->CellInfo.wcdma.cellIdentityWcdma.uarfcn); in logChreWwanInfo()
/system/chre/apps/test/chqts/src/general_test/
Dcell_info_wcdma.cc67 return (validateIdentity(cell.cellIdentityWcdma) && in validate()
/system/chre/chpp/common/
Dwwan_convert.c216 chppWwanConvertCellIdentityWcdmaFromChre(&in->cellIdentityWcdma, in chppWwanConvertCellInfoWcdmaFromChre()
217 &out->cellIdentityWcdma); in chppWwanConvertCellInfoWcdmaFromChre()
531 if (!chppWwanConvertCellIdentityWcdmaToChre(&in->cellIdentityWcdma, in chppWwanConvertCellInfoWcdmaToChre()
532 &out->cellIdentityWcdma)) { in chppWwanConvertCellInfoWcdmaToChre()
/system/chre/chre_api/legacy/v1_2/chre/
Dwwan.h306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
/system/chre/chre_api/legacy/v1_1/chre/
Dwwan.h306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
/system/chre/chre_api/legacy/v1_3/chre/
Dwwan.h306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
/system/chre/chre_api/legacy/v1_4/chre/
Dwwan.h399 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
/system/chre/chre_api/include/chre_api/chre/
Dwwan.h399 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
/system/chre/chpp/include/chpp/common/
Dwwan_types.h186 struct ChppWwanCellIdentityWcdma cellIdentityWcdma; member