Lines Matching refs:cellIdentity
3564 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
3566 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3567 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3568 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
3569 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse()
3570 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3571 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3575 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3576 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3578 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3581 if (cellIdentity.cellIdentityGsm[0].mcc == "-1") { in fillCellIdentityResponse()
3582 cellIdentity.cellIdentityGsm[0].mcc = ""; 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()
3593 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
3594 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
3596 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3599 if (cellIdentity.cellIdentityWcdma[0].mcc == "-1") { in fillCellIdentityResponse()
3600 cellIdentity.cellIdentityWcdma[0].mcc = ""; 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()
3611 cellIdentity.cellIdentityCdma.resize(1); in fillCellIdentityResponse()
3612 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3613 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3614 cellIdentity.cellIdentityCdma[0].baseStationId = in fillCellIdentityResponse()
3616 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3617 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3622 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
3623 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
3625 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3628 if (cellIdentity.cellIdentityLte[0].mcc == "-1") { in fillCellIdentityResponse()
3629 cellIdentity.cellIdentityLte[0].mcc = ""; 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()
3640 cellIdentity.cellIdentityTdscdma.resize(1); in fillCellIdentityResponse()
3641 cellIdentity.cellIdentityTdscdma[0].mcc = in fillCellIdentityResponse()
3643 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse()
3646 if (cellIdentity.cellIdentityTdscdma[0].mcc == "-1") { in fillCellIdentityResponse()
3647 cellIdentity.cellIdentityTdscdma[0].mcc = ""; 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()
3684 void fillCellIdentityFromVoiceRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromVoiceRegStateResponseString() argument
3759 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3767 void fillCellIdentityFromDataRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromDataRegStateResponseString() argument
3851 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()
3883 fillCellIdentityFromVoiceRegStateResponseString(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3901 fillCellIdentityResponse(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3902 voiceRegState->cellIdentity); in getVoiceRegistrationStateResponse()
3943 fillCellIdentityFromDataRegStateResponseString(dataRegResponse.cellIdentity, in getDataRegistrationStateResponse()
3958 fillCellIdentityResponse(dataRegResponse.cellIdentity, dataRegState->cellIdentity); in getDataRegistrationStateResponse()