Searched refs:rilCellIdentity (Results 1 – 3 of 3) sorted by relevance
3578 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument3585 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()3586 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()3591 ril::util::mcc::decode(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()3593 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()3599 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()3600 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()3601 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()3602 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()3609 ril::util::mcc::decode(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()[all …]
4732 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument4739 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()4740 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()4745 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); 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()4758 std::to_string(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()[all …]
4563 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument4570 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()4571 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()4576 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); 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()4589 std::to_string(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()[all …]