Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp4160 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
4167 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
4168 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
4173 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
4175 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
4176 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
4177 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
4178 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
4179 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
4186 std::to_string(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
[all …]