Searched refs:rilCellIdentity (Results 1 – 1 of 1) sorted by relevance
5630 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument5637 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()5638 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()5643 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()5645 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()5646 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()5647 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()5648 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()5649 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()5656 std::to_string(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()[all …]