Home
last modified time | relevance | path

Searched refs:cellIdentityTdscdma (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellInfoTdscdma.java60 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 DCellIdentity.java380 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 Dradio_hidl_hal_data.cpp71 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 Dwwan_convert.c190 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 Dcell_info_tdscdma.cc60 return (validateIdentity(cell.cellIdentityTdscdma) && in validate()
/aosp12/system/chre/chre_api/legacy/v1_1/chre/
H A Dwwan.h325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/system/chre/chre_api/legacy/v1_2/chre/
H A Dwwan.h325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/system/chre/chre_api/legacy/v1_3/chre/
H A Dwwan.h325 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/system/chre/chre_api/legacy/v1_4/chre/
H A Dwwan.h418 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/system/chre/chpp/include/chpp/common/
H A Dwwan_types.h164 struct ChppWwanCellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/system/chre/chre_api/include/chre_api/chre/
H A Dwwan.h418 struct chreWwanCellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/hardware/ril/libril/
H A Dril_service.cpp3505 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 Dradio_hidl_hal_api.cpp805 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 Dril.h1486 RIL_CellIdentityTdscdma cellIdentityTdscdma; member
1543 RIL_CellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/hardware/ril/reference-ril/
H A Dril.h1486 RIL_CellIdentityTdscdma cellIdentityTdscdma; member
1543 RIL_CellIdentityTdscdma cellIdentityTdscdma; member
/aosp12/hardware/interfaces/radio/1.2/
H A Dtypes.hal296 CellIdentityTdscdma cellIdentityTdscdma;
510 vec<CellIdentityTdscdma> cellIdentityTdscdma;
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal669 CellIdentityTdscdma cellIdentityTdscdma;
/aosp12/hardware/interfaces/radio/1.0/
H A Dtypes.hal1620 CellIdentityTdscdma cellIdentityTdscdma;
1652 vec<CellIdentityTdscdma> cellIdentityTdscdma;
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1617 initializeCellIdentityTdscdma_1_2(cellinfo.cellIdentityTdscdma); in testConvertHalCellInfoListForTdscdma()