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.cpp46 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_F() local
48 if (cellInfoType == CellInfoType::NONE) { in TEST_F()
52 } else if (cellInfoType == CellInfoType::GSM) { in TEST_F()
57 } else if (cellInfoType == CellInfoType::LTE) { in TEST_F()
62 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_F()
67 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_F()
74 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_F()
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp744 CellInfoType cellInfoType = cellIdentities.cellInfoType; in TEST_F() local
746 if (cellInfoType == CellInfoType::NONE) { in TEST_F()
750 } else if (cellInfoType == CellInfoType::GSM) { in TEST_F()
755 } else if (cellInfoType == CellInfoType::LTE) { in TEST_F()
760 } else if (cellInfoType == CellInfoType::WCDMA) { in TEST_F()
766 } else if (cellInfoType == CellInfoType::TD_SCDMA) { in TEST_F()
774 EXPECT_EQ(CellInfoType::CDMA, cellInfoType); in TEST_F()
/hardware/ril/reference-ril/
Dril.h1509 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1523 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1537 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
/hardware/ril/include/telephony/
Dril.h1509 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1523 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
1537 RIL_CellInfoType cellInfoType; /* cell type for selecting from union CellInfo */ member
/hardware/interfaces/radio/1.2/
Dtypes.hal303 CellInfoType cellInfoType;
504 CellInfoType cellInfoType;
/hardware/ril/libril/
Dril_service.cpp3558 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3559 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
3677 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
3678 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
3760 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
3761 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
7918 records[i].cellInfoType = (CellInfoType) rillCellInfo->cellInfoType; in convertRilCellInfoListToHal()
7929 switch(rillCellInfo->cellInfoType) { in convertRilCellInfoListToHal()
/hardware/interfaces/radio/1.0/
Dtypes.hal1621 CellInfoType cellInfoType; // cell type for selecting from union CellInfo
1640 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. */