Lines Matching refs:rilCellIdentity

3564 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) {  in fillCellIdentityResponse()  argument
3571 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3572 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
3577 ril::util::mcc::decode(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
3579 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3585 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
3586 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
3587 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
3588 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
3595 ril::util::mcc::decode(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
3597 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3603 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse()
3604 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
3605 cellIdentity.cellIdentityWcdma[0].psc = rilCellIdentity.cellIdentityWcdma.psc; in fillCellIdentityResponse()
3606 cellIdentity.cellIdentityWcdma[0].uarfcn = rilCellIdentity.cellIdentityWcdma.uarfcn; in fillCellIdentityResponse()
3612 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3613 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3615 rilCellIdentity.cellIdentityCdma.basestationId; in fillCellIdentityResponse()
3616 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3617 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3624 ril::util::mcc::decode(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
3626 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3632 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
3633 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
3634 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
3635 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
3642 ril::util::mcc::decode(rilCellIdentity.cellIdentityTdscdma.mcc); in fillCellIdentityResponse()
3644 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()
3650 cellIdentity.cellIdentityTdscdma[0].lac = rilCellIdentity.cellIdentityTdscdma.lac; in fillCellIdentityResponse()
3651 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse()
3652 cellIdentity.cellIdentityTdscdma[0].cpid = rilCellIdentity.cellIdentityTdscdma.cpid; in fillCellIdentityResponse()
3687 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromVoiceRegStateResponseString() local
3688 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromVoiceRegStateResponseString()
3690 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
3691 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
3695 rilCellIdentity.cellIdentityGsm.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3699 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3706 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3710 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3712 rilCellIdentity.cellIdentityWcdma.psc = in fillCellIdentityFromVoiceRegStateResponseString()
3719 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3723 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3729 rilCellIdentity.cellIdentityCdma.basestationId = in fillCellIdentityFromVoiceRegStateResponseString()
3732 rilCellIdentity.cellIdentityCdma.latitude = in fillCellIdentityFromVoiceRegStateResponseString()
3734 rilCellIdentity.cellIdentityCdma.longitude = in fillCellIdentityFromVoiceRegStateResponseString()
3736 rilCellIdentity.cellIdentityCdma.systemId = in fillCellIdentityFromVoiceRegStateResponseString()
3738 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString()
3745 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromVoiceRegStateResponseString()
3749 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromVoiceRegStateResponseString()
3759 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3770 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromDataRegStateResponseString() local
3771 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromDataRegStateResponseString()
3773 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
3774 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
3777 rilCellIdentity.cellIdentityGsm.lac = in fillCellIdentityFromDataRegStateResponseString()
3781 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromDataRegStateResponseString()
3785 rilCellIdentity.cellIdentityGsm.mcc = in fillCellIdentityFromDataRegStateResponseString()
3788 rilCellIdentity.cellIdentityGsm.mnc = in fillCellIdentityFromDataRegStateResponseString()
3795 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromDataRegStateResponseString()
3799 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromDataRegStateResponseString()
3803 rilCellIdentity.cellIdentityWcdma.mcc = in fillCellIdentityFromDataRegStateResponseString()
3806 rilCellIdentity.cellIdentityWcdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3813 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromDataRegStateResponseString()
3817 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromDataRegStateResponseString()
3821 rilCellIdentity.cellIdentityTdscdma.mcc = in fillCellIdentityFromDataRegStateResponseString()
3824 rilCellIdentity.cellIdentityTdscdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3830 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromDataRegStateResponseString()
3832 rilCellIdentity.cellIdentityLte.pci = in fillCellIdentityFromDataRegStateResponseString()
3834 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromDataRegStateResponseString()
3838 rilCellIdentity.cellIdentityLte.mcc = in fillCellIdentityFromDataRegStateResponseString()
3841 rilCellIdentity.cellIdentityLte.mnc = in fillCellIdentityFromDataRegStateResponseString()
3851 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()