Home
last modified time | relevance | path

Searched refs:cellIdentityWcdma (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/radio/libril/
Dril_service.cpp3581 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
3607 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
3608 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
3609 ril::util::mcc::decode(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
3610 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
3611 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.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()
[all …]
/device/generic/goldfish/radio/ril/
Dril.h1462 RIL_CellIdentityWcdma cellIdentityWcdma; member
1467 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
1543 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1531 RIL_CellIdentityWcdma cellIdentityWcdma; member
1536 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
1612 RIL_CellIdentityWcdma_v12 cellIdentityWcdma; member
Dril_service.cpp4554 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
4575 cellIdentity.cellIdentityWcdma.resize(1); in fillCellIdentityResponse()
4576 cellIdentity.cellIdentityWcdma[0].mcc = in fillCellIdentityResponse()
4577 std::to_string(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
4578 cellIdentity.cellIdentityWcdma[0].mnc = in fillCellIdentityResponse()
4579 ril::util::mnc::decode(rilCellIdentity.cellIdentityWcdma.mnc); in fillCellIdentityResponse()
4580 cellIdentity.cellIdentityWcdma[0].lac = rilCellIdentity.cellIdentityWcdma.lac; in fillCellIdentityResponse()
4581 cellIdentity.cellIdentityWcdma[0].cid = rilCellIdentity.cellIdentityWcdma.cid; in fillCellIdentityResponse()
4582 cellIdentity.cellIdentityWcdma[0].psc = rilCellIdentity.cellIdentityWcdma.psc; in fillCellIdentityResponse()
4583 cellIdentity.cellIdentityWcdma[0].uarfcn = rilCellIdentity.cellIdentityWcdma.uarfcn; in fillCellIdentityResponse()
[all …]