Lines Matching refs:cellIdentity

3578 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) {  in fillCellIdentityResponse()  argument
3580 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3581 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3582 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
3583 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse()
3584 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3585 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3589 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3590 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3592 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3595 if (cellIdentity.cellIdentityGsm[0].mcc == "-1") { in fillCellIdentityResponse()
3596 cellIdentity.cellIdentityGsm[0].mcc = ""; 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()
3607 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
3608 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
3610 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3613 if (cellIdentity.cellIdentityWcdma[0].mcc == "-1") { in fillCellIdentityResponse()
3614 cellIdentity.cellIdentityWcdma[0].mcc = ""; 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()
3625 cellIdentity.cellIdentityCdma.resize(1); in fillCellIdentityResponse()
3626 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3627 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3628 cellIdentity.cellIdentityCdma[0].baseStationId = in fillCellIdentityResponse()
3630 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3631 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3636 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
3637 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
3639 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3642 if (cellIdentity.cellIdentityLte[0].mcc == "-1") { in fillCellIdentityResponse()
3643 cellIdentity.cellIdentityLte[0].mcc = ""; 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()
3654 cellIdentity.cellIdentityTdscdma.resize(1); in fillCellIdentityResponse()
3655 cellIdentity.cellIdentityTdscdma[0].mcc = in fillCellIdentityResponse()
3657 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse()
3660 if (cellIdentity.cellIdentityTdscdma[0].mcc == "-1") { in fillCellIdentityResponse()
3661 cellIdentity.cellIdentityTdscdma[0].mcc = ""; 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()
3698 void fillCellIdentityFromVoiceRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromVoiceRegStateResponseString() argument
3773 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3781 void fillCellIdentityFromDataRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromDataRegStateResponseString() argument
3865 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()
3897 fillCellIdentityFromVoiceRegStateResponseString(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3915 fillCellIdentityResponse(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3916 voiceRegState->cellIdentity); in getVoiceRegistrationStateResponse()
3957 … fillCellIdentityFromDataRegStateResponseString(dataRegResponse.cellIdentity, numStrings, resp); in getDataRegistrationStateResponse()
3969 … dataRegResponse14.base.cellIdentity.cellInfoType = dataRegResponse.cellIdentity.cellInfoType; in getDataRegistrationStateResponse()
4007 fillCellIdentityResponse(dataRegResponse.cellIdentity, dataRegState->cellIdentity); in getDataRegistrationStateResponse()