Lines Matching refs:cellIdentity
3562 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
3564 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3565 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3566 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
3567 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse()
3568 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3569 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3573 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3574 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3576 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3579 if (cellIdentity.cellIdentityGsm[0].mcc == "-1") { in fillCellIdentityResponse()
3580 cellIdentity.cellIdentityGsm[0].mcc = ""; in fillCellIdentityResponse()
3583 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
3584 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
3585 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
3586 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
3591 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
3592 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
3594 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3597 if (cellIdentity.cellIdentityWcdma[0].mcc == "-1") { in fillCellIdentityResponse()
3598 cellIdentity.cellIdentityWcdma[0].mcc = ""; in fillCellIdentityResponse()
3601 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse()
3602 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
3603 cellIdentity.cellIdentityWcdma[0].psc = rilCellIdentity.cellIdentityWcdma.psc; in fillCellIdentityResponse()
3604 cellIdentity.cellIdentityWcdma[0].uarfcn = rilCellIdentity.cellIdentityWcdma.uarfcn; in fillCellIdentityResponse()
3609 cellIdentity.cellIdentityCdma.resize(1); in fillCellIdentityResponse()
3610 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3611 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3612 cellIdentity.cellIdentityCdma[0].baseStationId = in fillCellIdentityResponse()
3614 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3615 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3620 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
3621 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
3623 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3626 if (cellIdentity.cellIdentityLte[0].mcc == "-1") { in fillCellIdentityResponse()
3627 cellIdentity.cellIdentityLte[0].mcc = ""; in fillCellIdentityResponse()
3630 cellIdentity.cellIdentityLte[0].ci = rilCellIdentity.cellIdentityLte.ci; in fillCellIdentityResponse()
3631 cellIdentity.cellIdentityLte[0].pci = rilCellIdentity.cellIdentityLte.pci; in fillCellIdentityResponse()
3632 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse()
3633 cellIdentity.cellIdentityLte[0].earfcn = rilCellIdentity.cellIdentityLte.earfcn; in fillCellIdentityResponse()
3638 cellIdentity.cellIdentityTdscdma.resize(1); in fillCellIdentityResponse()
3639 cellIdentity.cellIdentityTdscdma[0].mcc = in fillCellIdentityResponse()
3641 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse()
3644 if (cellIdentity.cellIdentityTdscdma[0].mcc == "-1") { in fillCellIdentityResponse()
3645 cellIdentity.cellIdentityTdscdma[0].mcc = ""; in fillCellIdentityResponse()
3648 cellIdentity.cellIdentityTdscdma[0].lac = rilCellIdentity.cellIdentityTdscdma.lac; in fillCellIdentityResponse()
3649 cellIdentity.cellIdentityTdscdma[0].cid = rilCellIdentity.cellIdentityTdscdma.cid; in fillCellIdentityResponse()
3650 cellIdentity.cellIdentityTdscdma[0].cpid = rilCellIdentity.cellIdentityTdscdma.cpid; in fillCellIdentityResponse()
3682 void fillCellIdentityFromVoiceRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromVoiceRegStateResponseString() argument
3757 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3765 void fillCellIdentityFromDataRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromDataRegStateResponseString() argument
3849 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()
3881 fillCellIdentityFromVoiceRegStateResponseString(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3899 fillCellIdentityResponse(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3900 voiceRegState->cellIdentity); in getVoiceRegistrationStateResponse()
3941 fillCellIdentityFromDataRegStateResponseString(dataRegResponse.cellIdentity, in getDataRegistrationStateResponse()
3956 fillCellIdentityResponse(dataRegResponse.cellIdentity, dataRegState->cellIdentity); in getDataRegistrationStateResponse()