Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp3578 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()
[all …]
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp4551 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
4553 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
4554 cellIdentity.cellIdentityWcdma.resize(0); in fillCellIdentityResponse()
4555 cellIdentity.cellIdentityCdma.resize(0); in fillCellIdentityResponse()
4556 cellIdentity.cellIdentityTdscdma.resize(0); in fillCellIdentityResponse()
4557 cellIdentity.cellIdentityLte.resize(0); in fillCellIdentityResponse()
4558 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
4562 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
4563 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
4565 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
[all …]
Dril.h1676 RIL_CellIdentity_v16 cellIdentity; // current cell information member
1699 RIL_CellIdentity_v16 cellIdentity; // Current cell information member
/device/generic/goldfish/radio/ril/
Dril.h1607 RIL_CellIdentity_v16 cellIdentity; // current cell information member
1630 RIL_CellIdentity_v16 cellIdentity; // Current cell information member