Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp65 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_P()
66 CellIdentityWcdma ciw = cellIdentities.cellIdentityWcdma[0]; in TEST_P()
85 cellIdentities.cellIdentityWcdma.size() + in TEST_P()
/hardware/ril/libril/
Dril_service.cpp3567 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3593 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
3594 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
3595 ril::util::mcc::decode(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
3596 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3597 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3599 if (cellIdentity.cellIdentityWcdma[0].mcc == "-1") { in fillCellIdentityResponse()
3600 cellIdentity.cellIdentityWcdma[0].mcc = ""; in fillCellIdentityResponse()
3603 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse()
3604 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
[all …]
/hardware/ril/include/telephony/
Dril.h1460 RIL_CellIdentityWcdma cellIdentityWcdma; member
1465 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
1541 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
/hardware/ril/reference-ril/
Dril.h1460 RIL_CellIdentityWcdma cellIdentityWcdma; member
1465 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
1541 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp768 EXPECT_EQ(1, cellIdentities.cellIdentityWcdma.size()); in TEST_P()
770 cellIdentities.cellIdentityWcdma[0]; in TEST_P()
789 cellIdentities.cellIdentityLte.size() + cellIdentities.cellIdentityWcdma.size() + in TEST_P()
/hardware/interfaces/radio/1.2/
Dtypes.hal280 CellIdentityWcdma cellIdentityWcdma;
507 vec<CellIdentityWcdma> cellIdentityWcdma;
/hardware/interfaces/radio/1.5/
Dtypes.hal664 CellIdentityWcdma cellIdentityWcdma;
/hardware/interfaces/radio/1.0/
Dtypes.hal1600 CellIdentityWcdma cellIdentityWcdma;
1645 vec<CellIdentityWcdma> cellIdentityWcdma;