Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp4738 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
4780 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
4781 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
4782 std::to_string(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
4783 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
4784 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
4785 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
4786 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
4787 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
4788 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
[all …]
Dril.h1633 RIL_CellIdentityLte cellIdentityLte; member
1638 RIL_CellIdentityLte_v12 cellIdentityLte; member
1726 RIL_CellIdentityLte_v12 cellIdentityLte; member
1737 RIL_CellIdentityLte_v12 cellIdentityLte; member
/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.h1477 RIL_CellIdentityLte cellIdentityLte; member
1482 RIL_CellIdentityLte_v12 cellIdentityLte; member
1543 RIL_CellIdentityLte_v12 cellIdentityLte; member
/device/generic/goldfish/radio/include/telephony/
Dril.h1476 RIL_CellIdentityLte cellIdentityLte; member
1481 RIL_CellIdentityLte_v12 cellIdentityLte; member
1542 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.cpp4569 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
4611 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
4612 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
4613 std::to_string(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
4614 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
4615 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
4616 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
4617 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
4618 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
4619 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
[all …]