Lines Matching refs:rilCellIdentity
3578 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
3585 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()
3611 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3617 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse()
3618 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
3619 cellIdentity.cellIdentityWcdma[0].psc = rilCellIdentity.cellIdentityWcdma.psc; in fillCellIdentityResponse()
3620 cellIdentity.cellIdentityWcdma[0].uarfcn = rilCellIdentity.cellIdentityWcdma.uarfcn; in fillCellIdentityResponse()
3626 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3627 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3629 rilCellIdentity.cellIdentityCdma.basestationId; in fillCellIdentityResponse()
3630 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3631 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3638 ril::util::mcc::decode(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
3640 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3646 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
3647 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
3648 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
3649 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
3656 ril::util::mcc::decode(rilCellIdentity.cellIdentityTdscdma.mcc); in fillCellIdentityResponse()
3658 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()
3664 cellIdentity.cellIdentityTdscdma[0].lac = rilCellIdentity.cellIdentityTdscdma.lac; in fillCellIdentityResponse()
3665 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse()
3666 cellIdentity.cellIdentityTdscdma[0].cpid = rilCellIdentity.cellIdentityTdscdma.cpid; in fillCellIdentityResponse()
3701 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromVoiceRegStateResponseString() local
3702 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromVoiceRegStateResponseString()
3704 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
3705 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
3709 rilCellIdentity.cellIdentityGsm.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3713 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3720 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3724 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3726 rilCellIdentity.cellIdentityWcdma.psc = in fillCellIdentityFromVoiceRegStateResponseString()
3733 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3737 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3743 rilCellIdentity.cellIdentityCdma.basestationId = in fillCellIdentityFromVoiceRegStateResponseString()
3746 rilCellIdentity.cellIdentityCdma.latitude = in fillCellIdentityFromVoiceRegStateResponseString()
3748 rilCellIdentity.cellIdentityCdma.longitude = in fillCellIdentityFromVoiceRegStateResponseString()
3750 rilCellIdentity.cellIdentityCdma.systemId = in fillCellIdentityFromVoiceRegStateResponseString()
3752 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString()
3759 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromVoiceRegStateResponseString()
3763 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromVoiceRegStateResponseString()
3773 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3784 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromDataRegStateResponseString() local
3785 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromDataRegStateResponseString()
3787 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
3788 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
3791 rilCellIdentity.cellIdentityGsm.lac = in fillCellIdentityFromDataRegStateResponseString()
3795 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromDataRegStateResponseString()
3799 rilCellIdentity.cellIdentityGsm.mcc = in fillCellIdentityFromDataRegStateResponseString()
3802 rilCellIdentity.cellIdentityGsm.mnc = in fillCellIdentityFromDataRegStateResponseString()
3809 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromDataRegStateResponseString()
3813 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromDataRegStateResponseString()
3817 rilCellIdentity.cellIdentityWcdma.mcc = in fillCellIdentityFromDataRegStateResponseString()
3820 rilCellIdentity.cellIdentityWcdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3827 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromDataRegStateResponseString()
3831 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromDataRegStateResponseString()
3835 rilCellIdentity.cellIdentityTdscdma.mcc = in fillCellIdentityFromDataRegStateResponseString()
3838 rilCellIdentity.cellIdentityTdscdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3844 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromDataRegStateResponseString()
3846 rilCellIdentity.cellIdentityLte.pci = in fillCellIdentityFromDataRegStateResponseString()
3848 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromDataRegStateResponseString()
3852 rilCellIdentity.cellIdentityLte.mcc = in fillCellIdentityFromDataRegStateResponseString()
3855 rilCellIdentity.cellIdentityLte.mnc = in fillCellIdentityFromDataRegStateResponseString()
3865 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()