Searched refs:cellIdentityGsm (Results 1 – 8 of 8) sorted by relevance
4734 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 …]
1607 RIL_CellIdentityGsm cellIdentityGsm; member1612 RIL_CellIdentityGsm_v12 cellIdentityGsm; member1724 RIL_CellIdentityGsm_v12 cellIdentityGsm; member1735 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
3580 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 …]
1451 RIL_CellIdentityGsm cellIdentityGsm; member1456 RIL_CellIdentityGsm_v12 cellIdentityGsm; member1541 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1450 RIL_CellIdentityGsm cellIdentityGsm; member1455 RIL_CellIdentityGsm_v12 cellIdentityGsm; member1540 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1521 RIL_CellIdentityGsm cellIdentityGsm; member1526 RIL_CellIdentityGsm_v12 cellIdentityGsm; member1611 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
4565 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 …]
1447 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()