Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp5630 void fillCellIdentityResponse(CellIdentity &cellIdentity, RIL_CellIdentity_v16 &rilCellIdentity) { in fillCellIdentityResponse() argument
5637 cellIdentity.cellInfoType = (CellInfoType)rilCellIdentity.cellInfoType; in fillCellIdentityResponse()
5638 switch(rilCellIdentity.cellInfoType) { in fillCellIdentityResponse()
5643 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
5645 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
5646 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
5647 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
5648 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
5649 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
5656 std::to_string(rilCellIdentity.cellIdentityWcdma.mcc); in fillCellIdentityResponse()
[all …]