Home
last modified time | relevance | path

Searched refs:cellIdentityLte (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_service.cpp3584 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3636 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
3637 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
3638 ril::util::mcc::decode(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
3639 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3640 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3642 if (cellIdentity.cellIdentityLte[0].mcc == "-1") { in fillCellIdentityResponse()
3643 cellIdentity.cellIdentityLte[0].mcc = ""; in fillCellIdentityResponse()
3646 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
3647 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
[all …]
/device/generic/goldfish/radio/ril/
Dril.h1478 RIL_CellIdentityLte cellIdentityLte; member
1483 RIL_CellIdentityLte_v12 cellIdentityLte; member
1544 RIL_CellIdentityLte_v12 cellIdentityLte; member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1547 RIL_CellIdentityLte cellIdentityLte; member
1552 RIL_CellIdentityLte_v12 cellIdentityLte; member
1613 RIL_CellIdentityLte_v12 cellIdentityLte; member
Dril_service.cpp4557 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
4599 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
4600 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
4601 std::to_string(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
4602 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
4603 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
4604 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
4605 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
4606 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
4607 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
[all …]