Lines Matching refs:rilCellIdentity

3500 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) {  in fillCellIdentityResponse()  argument
3507 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3508 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
3513 ril::util::mcc::decode(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
3515 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3521 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
3522 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
3523 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
3524 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
3531 ril::util::mcc::decode(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
3533 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
3539 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse()
3540 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
3541 cellIdentity.cellIdentityWcdma[0].psc = rilCellIdentity.cellIdentityWcdma.psc; in fillCellIdentityResponse()
3542 cellIdentity.cellIdentityWcdma[0].uarfcn = rilCellIdentity.cellIdentityWcdma.uarfcn; in fillCellIdentityResponse()
3548 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3549 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3551 rilCellIdentity.cellIdentityCdma.basestationId; in fillCellIdentityResponse()
3552 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3553 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3560 ril::util::mcc::decode(rilCellIdentity.cellIdentityLte.mcc); in fillCellIdentityResponse()
3562 ril::util::mnc::decode(rilCellIdentity.cellIdentityLte.mnc); in fillCellIdentityResponse()
3568 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
3569 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
3570 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
3571 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
3578 ril::util::mcc::decode(rilCellIdentity.cellIdentityTdscdma.mcc); in fillCellIdentityResponse()
3580 ril::util::mnc::decode(rilCellIdentity.cellIdentityTdscdma.mnc); in fillCellIdentityResponse()
3586 cellIdentity.cellIdentityTdscdma[0].lac = rilCellIdentity.cellIdentityTdscdma.lac; in fillCellIdentityResponse()
3587 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse()
3588 cellIdentity.cellIdentityTdscdma[0].cpid = rilCellIdentity.cellIdentityTdscdma.cpid; in fillCellIdentityResponse()
3623 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromVoiceRegStateResponseString() local
3624 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromVoiceRegStateResponseString()
3626 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromVoiceRegStateResponseString()
3627 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromVoiceRegStateResponseString()
3631 rilCellIdentity.cellIdentityGsm.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3635 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3642 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3646 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3648 rilCellIdentity.cellIdentityWcdma.psc = in fillCellIdentityFromVoiceRegStateResponseString()
3655 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromVoiceRegStateResponseString()
3659 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromVoiceRegStateResponseString()
3665 rilCellIdentity.cellIdentityCdma.basestationId = in fillCellIdentityFromVoiceRegStateResponseString()
3668 rilCellIdentity.cellIdentityCdma.latitude = in fillCellIdentityFromVoiceRegStateResponseString()
3670 rilCellIdentity.cellIdentityCdma.longitude = in fillCellIdentityFromVoiceRegStateResponseString()
3672 rilCellIdentity.cellIdentityCdma.systemId = in fillCellIdentityFromVoiceRegStateResponseString()
3674 rilCellIdentity.cellIdentityCdma.networkId = in fillCellIdentityFromVoiceRegStateResponseString()
3681 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromVoiceRegStateResponseString()
3685 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromVoiceRegStateResponseString()
3695 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3706 RIL_CellIdentity_v16 rilCellIdentity; in fillCellIdentityFromDataRegStateResponseString() local
3707 memset(&rilCellIdentity, -1, sizeof(RIL_CellIdentity_v16)); in fillCellIdentityFromDataRegStateResponseString()
3709 rilCellIdentity.cellInfoType = getCellInfoTypeRadioTechnology(response[3]); in fillCellIdentityFromDataRegStateResponseString()
3710 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityFromDataRegStateResponseString()
3713 rilCellIdentity.cellIdentityGsm.lac = in fillCellIdentityFromDataRegStateResponseString()
3717 rilCellIdentity.cellIdentityGsm.cid = in fillCellIdentityFromDataRegStateResponseString()
3721 rilCellIdentity.cellIdentityGsm.mcc = in fillCellIdentityFromDataRegStateResponseString()
3724 rilCellIdentity.cellIdentityGsm.mnc = in fillCellIdentityFromDataRegStateResponseString()
3731 rilCellIdentity.cellIdentityWcdma.lac = in fillCellIdentityFromDataRegStateResponseString()
3735 rilCellIdentity.cellIdentityWcdma.cid = in fillCellIdentityFromDataRegStateResponseString()
3739 rilCellIdentity.cellIdentityWcdma.mcc = in fillCellIdentityFromDataRegStateResponseString()
3742 rilCellIdentity.cellIdentityWcdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3749 rilCellIdentity.cellIdentityTdscdma.lac = in fillCellIdentityFromDataRegStateResponseString()
3753 rilCellIdentity.cellIdentityTdscdma.cid = in fillCellIdentityFromDataRegStateResponseString()
3757 rilCellIdentity.cellIdentityTdscdma.mcc = in fillCellIdentityFromDataRegStateResponseString()
3760 rilCellIdentity.cellIdentityTdscdma.mnc = in fillCellIdentityFromDataRegStateResponseString()
3766 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromDataRegStateResponseString()
3768 rilCellIdentity.cellIdentityLte.pci = in fillCellIdentityFromDataRegStateResponseString()
3770 rilCellIdentity.cellIdentityLte.ci = in fillCellIdentityFromDataRegStateResponseString()
3774 rilCellIdentity.cellIdentityLte.mcc = in fillCellIdentityFromDataRegStateResponseString()
3777 rilCellIdentity.cellIdentityLte.mnc = in fillCellIdentityFromDataRegStateResponseString()
3787 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()