/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | CellInfoTdscdma.java | 60 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma() 68 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma() 76 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma() 84 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma() 92 mCellIdentityTdscdma = new CellIdentityTdscdma(cit.cellIdentityTdscdma); in CellInfoTdscdma()
|
H A D | CellIdentity.java | 380 if (cellIdentity.cellIdentityTdscdma.size() == 1) { in create() 381 return new CellIdentityTdscdma(cellIdentity.cellIdentityTdscdma.get(0)); in create() 420 if (cellIdentity.cellIdentityTdscdma.size() == 1) { in create() 421 return new CellIdentityTdscdma(cellIdentity.cellIdentityTdscdma.get(0)); in create()
|
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_data.cpp | 71 EXPECT_EQ(1, cellIdentities.cellIdentityTdscdma.size()); in TEST_P() 72 CellIdentityTdscdma cit = cellIdentities.cellIdentityTdscdma[0]; in TEST_P() 87 cellIdentities.cellIdentityTdscdma.size()); in TEST_P()
|
/aosp12/system/chre/chpp/common/ |
H A D | wwan_convert.c | 190 chppWwanConvertCellIdentityTdscdmaFromChre(&in->cellIdentityTdscdma, in chppWwanConvertCellInfoTdscdmaFromChre() 191 &out->cellIdentityTdscdma); in chppWwanConvertCellInfoTdscdmaFromChre() 495 if (!chppWwanConvertCellIdentityTdscdmaToChre(&in->cellIdentityTdscdma, in chppWwanConvertCellInfoTdscdmaToChre() 496 &out->cellIdentityTdscdma)) { in chppWwanConvertCellInfoTdscdmaToChre()
|
/aosp12/system/chre/apps/test/chqts/src/general_test/ |
H A D | cell_info_tdscdma.cc | 60 return (validateIdentity(cell.cellIdentityTdscdma) && in validate()
|
/aosp12/system/chre/chre_api/legacy/v1_1/chre/ |
H A D | wwan.h | 325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_2/chre/ |
H A D | wwan.h | 325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_3/chre/ |
H A D | wwan.h | 325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/system/chre/chre_api/legacy/v1_4/chre/ |
H A D | wwan.h | 418 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/system/chre/chpp/include/chpp/common/ |
H A D | wwan_types.h | 164 struct ChppWwanCellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/system/chre/chre_api/include/chre_api/chre/ |
H A D | wwan.h | 418 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 3505 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse() 3576 cellIdentity.cellIdentityTdscdma.resize(1); in fillCellIdentityResponse() 3577 cellIdentity.cellIdentityTdscdma[0].mcc = in fillCellIdentityResponse() 3579 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse() 3586 cellIdentity.cellIdentityTdscdma[0].lac = rilCellIdentity.cellIdentityTdscdma.lac; in fillCellIdentityResponse() 3587 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse() 3588 cellIdentity.cellIdentityTdscdma[0].cpid = rilCellIdentity.cellIdentityTdscdma.cpid; in fillCellIdentityResponse() 3655 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromVoiceRegStateResponseString() 3659 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromVoiceRegStateResponseString() 3749 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromDataRegStateResponseString() [all …]
|
/aosp12/hardware/interfaces/radio/1.2/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 805 EXPECT_EQ(1, cellIdentities.cellIdentityTdscdma.size()); in TEST_P() 807 cellIdentities.cellIdentityTdscdma[0]; in TEST_P() 821 cellIdentities.cellIdentityTdscdma.size()); in TEST_P()
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 1486 RIL_CellIdentityTdscdma cellIdentityTdscdma; member 1543 RIL_CellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 1486 RIL_CellIdentityTdscdma cellIdentityTdscdma; member 1543 RIL_CellIdentityTdscdma cellIdentityTdscdma; member
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | types.hal | 296 CellIdentityTdscdma cellIdentityTdscdma; 510 vec<CellIdentityTdscdma> cellIdentityTdscdma;
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | types.hal | 669 CellIdentityTdscdma cellIdentityTdscdma;
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | types.hal | 1620 CellIdentityTdscdma cellIdentityTdscdma; 1652 vec<CellIdentityTdscdma> cellIdentityTdscdma;
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 1617 initializeCellIdentityTdscdma_1_2(cellinfo.cellIdentityTdscdma); in testConvertHalCellInfoListForTdscdma()
|