/aosp12/system/chre/chpp/test/ |
H A 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 …]
|
/aosp12/system/chre/apps/wwan_world/ |
H A 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()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellInfoWcdma.java | 55 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma() 63 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma() 71 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma() 79 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma() 87 mCellIdentityWcdma = new CellIdentityWcdma(ciw.cellIdentityWcdma); in CellInfoWcdma()
|
H A D | CellIdentity.java | 374 if (cellIdentity.cellIdentityWcdma.size() == 1) { in create() 375 return new CellIdentityWcdma(cellIdentity.cellIdentityWcdma.get(0)); in create() 414 if (cellIdentity.cellIdentityWcdma.size() == 1) { in create() 415 return new CellIdentityWcdma(cellIdentity.cellIdentityWcdma.get(0)); in create()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_data.cpp | 66 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_P() 67 CellIdentityWcdma ciw = cellIdentities.cellIdentityWcdma[0]; in TEST_P() 86 cellIdentities.cellIdentityWcdma.size() + in TEST_P()
|
/aosp12/system/chre/chpp/common/ |
H A 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()
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | cell_info_wcdma.cc | 67 return (validateIdentity(cell.cellIdentityWcdma) && in validate()
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | wwan.h | 306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | wwan.h | 306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | wwan.h | 306 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3503 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse() 3530 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse() 3532 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse() 3539 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse() 3540 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse() 3541 cellIdentity.cellIdentityWcdma[0].psc = rilCellIdentity.cellIdentityWcdma.psc; in fillCellIdentityResponse() 3542 cellIdentity.cellIdentityWcdma[0].uarfcn = rilCellIdentity.cellIdentityWcdma.uarfcn; in fillCellIdentityResponse() 3642 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromVoiceRegStateResponseString() 3646 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromVoiceRegStateResponseString() 3648 rilCellIdentity.cellIdentityWcdma.psc = in fillCellIdentityFromVoiceRegStateResponseString() [all …]
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | wwan.h | 399 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | wwan_types.h | 186 struct ChppWwanCellIdentityWcdma cellIdentityWcdma; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | wwan.h | 399 struct chreWwanCellIdentityWcdma cellIdentityWcdma; member
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1460 RIL_CellIdentityWcdma cellIdentityWcdma; member 1465 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member 1541 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1460 RIL_CellIdentityWcdma cellIdentityWcdma; member 1465 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member 1541 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
|
/aosp12/hardware/interfaces/radio/1.2/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 799 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_P() 801 cellIdentities.cellIdentityWcdma[0]; in TEST_P() 820 cellIdentities.cellIdentityLte.size() + cellIdentities.cellIdentityWcdma.size() + in TEST_P()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 1564 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma() 1565 cellinfo.cellIdentityWcdma.cid = CID; in testConvertHalCellInfoListForWcdma() 1566 cellinfo.cellIdentityWcdma.psc = PSC; in testConvertHalCellInfoListForWcdma() 1567 cellinfo.cellIdentityWcdma.uarfcn = UARFCN; in testConvertHalCellInfoListForWcdma() 1568 cellinfo.cellIdentityWcdma.mcc = MCC_STR; in testConvertHalCellInfoListForWcdma() 1569 cellinfo.cellIdentityWcdma.mnc = MNC_STR; in testConvertHalCellInfoListForWcdma() 2554 cellinfo.cellIdentityWcdma, mcc, mnc, alphaLong, alphaShort); in getCellInfoListForWcdma()
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | types.hal | 280 CellIdentityWcdma cellIdentityWcdma; 507 vec<CellIdentityWcdma> cellIdentityWcdma;
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | types.hal | 664 CellIdentityWcdma cellIdentityWcdma;
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1604 CellIdentityWcdma cellIdentityWcdma; 1649 vec<CellIdentityWcdma> cellIdentityWcdma;
|