Searched refs:cellIdentityWcdma (Results 1 – 10 of 10) sorted by relevance
/system/chre/chpp/test/ |
D | wwan_convert_test.cpp | 63 .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/ |
D | wwan_world.cc | 115 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/ |
D | cell_info_wcdma.cc | 67 return (validateIdentity(cell.cellIdentityWcdma) && in validate()
|
/system/chre/chpp/common/ |
D | wwan_convert.c | 216 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/ |
D | wwan.h | 306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | wwan.h | 306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/system/chre/chre_api/legacy/v1_3/chre/ |
D | wwan.h | 306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/system/chre/chre_api/legacy/v1_4/chre/ |
D | wwan.h | 399 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | wwan.h | 399 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/system/chre/chpp/include/chpp/common/ |
D | wwan_types.h | 186 struct ChppWwanCellIdentityWcdma cellIdentityWcdma; member
|