Lines Matching refs:cellIdentity
3500 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
3502 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3503 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3504 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
3505 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse()
3506 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
3507 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
3511 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3512 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3514 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3517 if (cellIdentity.cellIdentityGsm[0].mcc == "-1") { in fillCellIdentityResponse()
3518 cellIdentity.cellIdentityGsm[0].mcc = ""; 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()
3529 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
3530 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
3532 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3535 if (cellIdentity.cellIdentityWcdma[0].mcc == "-1") { in fillCellIdentityResponse()
3536 cellIdentity.cellIdentityWcdma[0].mcc = ""; 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()
3547 cellIdentity.cellIdentityCdma.resize(1); in fillCellIdentityResponse()
3548 cellIdentity.cellIdentityCdma[0].networkId = rilCellIdentity.cellIdentityCdma.networkId; in fillCellIdentityResponse()
3549 cellIdentity.cellIdentityCdma[0].systemId = rilCellIdentity.cellIdentityCdma.systemId; in fillCellIdentityResponse()
3550 cellIdentity.cellIdentityCdma[0].baseStationId = in fillCellIdentityResponse()
3552 cellIdentity.cellIdentityCdma[0].longitude = rilCellIdentity.cellIdentityCdma.longitude; in fillCellIdentityResponse()
3553 cellIdentity.cellIdentityCdma[0].latitude = rilCellIdentity.cellIdentityCdma.latitude; in fillCellIdentityResponse()
3558 cellIdentity.cellIdentityLte.resize(1); in fillCellIdentityResponse()
3559 cellIdentity.cellIdentityLte[0].mcc = in fillCellIdentityResponse()
3561 cellIdentity.cellIdentityLte[0].mnc = in fillCellIdentityResponse()
3564 if (cellIdentity.cellIdentityLte[0].mcc == "-1") { in fillCellIdentityResponse()
3565 cellIdentity.cellIdentityLte[0].mcc = ""; 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()
3576 cellIdentity.cellIdentityTdscdma.resize(1); in fillCellIdentityResponse()
3577 cellIdentity.cellIdentityTdscdma[0].mcc = in fillCellIdentityResponse()
3579 cellIdentity.cellIdentityTdscdma[0].mnc = in fillCellIdentityResponse()
3582 if (cellIdentity.cellIdentityTdscdma[0].mcc == "-1") { in fillCellIdentityResponse()
3583 cellIdentity.cellIdentityTdscdma[0].mcc = ""; 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()
3620 void fillCellIdentityFromVoiceRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromVoiceRegStateResponseString() argument
3695 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromVoiceRegStateResponseString()
3703 void fillCellIdentityFromDataRegStateResponseString(CellIdentity &cellIdentity, in fillCellIdentityFromDataRegStateResponseString() argument
3787 fillCellIdentityResponse(cellIdentity, rilCellIdentity); in fillCellIdentityFromDataRegStateResponseString()
3819 fillCellIdentityFromVoiceRegStateResponseString(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3837 fillCellIdentityResponse(voiceRegResponse.cellIdentity, in getVoiceRegistrationStateResponse()
3838 voiceRegState->cellIdentity); in getVoiceRegistrationStateResponse()
3879 fillCellIdentityFromDataRegStateResponseString(dataRegResponse.cellIdentity, in getDataRegistrationStateResponse()
3894 fillCellIdentityResponse(dataRegResponse.cellIdentity, dataRegState->cellIdentity); in getDataRegistrationStateResponse()