Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp50 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_P() local
52 if (cellInfoType == CellInfoType::NONE) { in TEST_P()
56 } else if (cellInfoType == CellInfoType::GSM) { in TEST_P()
61 } else if (cellInfoType == CellInfoType::LTE) { in TEST_P()
66 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_P()
71 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_P()
76 } else if (cellInfoType == CellInfoType::CDMA) { in TEST_P()
78 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_P()
85 GTEST_SKIP() << "Exempt from 1.0 test: camped on a new network:" << (int)cellInfoType; in TEST_P()
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp782 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_P() local
784 if (cellInfoType == CellInfoType::NONE) { in TEST_P()
788 } else if (cellInfoType == CellInfoType::GSM) { in TEST_P()
793 } else if (cellInfoType == CellInfoType::LTE) { in TEST_P()
798 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_P()
804 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_P()
810 } else if (cellInfoType == CellInfoType::CDMA) { in TEST_P()
812 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_P()
819 GTEST_SKIP() << "Exempt from 1.2 test: camped on a new network:" << (int)cellInfoType; in TEST_P()
/hardware/ril/reference-ril/
Dril.h1510 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1524 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1538 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
/hardware/ril/include/telephony/
Dril.h1510 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1524 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1538 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
/hardware/interfaces/radio/1.2/
Dtypes.hal304 CellInfoType cellInfoType;
505 CellInfoType cellInfoType;
/hardware/ril/libril/
Dril_service.cpp3507 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3508 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
3626 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
3627 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
3709 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
3710 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
7804 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()
7815 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
/hardware/interfaces/radio/1.0/
Dtypes.hal1625 CellInfoType cellInfoType; // cell type for selecting from union CellInfo
1644 CellInfoType cellInfoType; // cell type for selecting from union CellInfo
/hardware/interfaces/radio/1.4/
Dtypes.hal1567 /** CellInfo details, cellInfoType can tell which cell info should be used. */