Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp4734 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
4743 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
4744 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
4745 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
4746 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
4747 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
4748 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
4749 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
4750 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
4751 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
[all …]
Dril.h1607 RIL_CellIdentityGsm cellIdentityGsm; member
1612 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1724 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1735 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
/device/generic/goldfish/radio/libril/
Dril_service.cpp3580 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3589 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3590 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3591 ril::util::mcc::decode(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
3592 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3593 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3595 if (cellIdentity.cellIdentityGsm[0].mcc == "-1") { in fillCellIdentityResponse()
3596 cellIdentity.cellIdentityGsm[0].mcc = ""; in fillCellIdentityResponse()
3599 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
3600 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
[all …]
/device/generic/goldfish/radio/ril/
Dril.h1451 RIL_CellIdentityGsm cellIdentityGsm; member
1456 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1541 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
/device/generic/goldfish/radio/include/telephony/
Dril.h1450 RIL_CellIdentityGsm cellIdentityGsm; member
1455 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1540 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1521 RIL_CellIdentityGsm cellIdentityGsm; member
1526 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1611 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
Dril_service.cpp4565 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
4574 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
4575 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
4576 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
4577 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
4578 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
4579 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
4580 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
4581 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
4582 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1447 ci.CellInfo.gsm.cellIdentityGsm.mcc = s_mcc; in request_get_cell_info_list()
1448 ci.CellInfo.gsm.cellIdentityGsm.mnc = s_mnc; in request_get_cell_info_list()
1449 ci.CellInfo.gsm.cellIdentityGsm.lac = s_lac; in request_get_cell_info_list()
1450 ci.CellInfo.gsm.cellIdentityGsm.cid = s_cid; in request_get_cell_info_list()