Home
last modified time | relevance | path

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

/device/generic/goldfish/radio/libril/
Dril_service.cpp3580 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
3589 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
3590 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
3591 ril::util::mcc::decode(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
3592 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
3593 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
3595 if (cellIdentity.cellIdentityGsm[0].mcc == "-1") { in fillCellIdentityResponse()
3596 cellIdentity.cellIdentityGsm[0].mcc = ""; in fillCellIdentityResponse()
3599 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
3600 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
[all …]
/device/generic/goldfish/radio/ril/
Dril.h1452 RIL_CellIdentityGsm cellIdentityGsm; member
1457 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1542 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1521 RIL_CellIdentityGsm cellIdentityGsm; member
1526 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
1611 RIL_CellIdentityGsm_v12 cellIdentityGsm; member
Dril_service.cpp4553 cellIdentity.cellIdentityGsm.resize(0); in fillCellIdentityResponse()
4562 cellIdentity.cellIdentityGsm.resize(1); in fillCellIdentityResponse()
4563 cellIdentity.cellIdentityGsm[0].mcc = in fillCellIdentityResponse()
4564 std::to_string(rilCellIdentity.cellIdentityGsm.mcc); in fillCellIdentityResponse()
4565 cellIdentity.cellIdentityGsm[0].mnc = in fillCellIdentityResponse()
4566 ril::util::mnc::decode(rilCellIdentity.cellIdentityGsm.mnc); in fillCellIdentityResponse()
4567 cellIdentity.cellIdentityGsm[0].lac = rilCellIdentity.cellIdentityGsm.lac; in fillCellIdentityResponse()
4568 cellIdentity.cellIdentityGsm[0].cid = rilCellIdentity.cellIdentityGsm.cid; in fillCellIdentityResponse()
4569 cellIdentity.cellIdentityGsm[0].arfcn = rilCellIdentity.cellIdentityGsm.arfcn; in fillCellIdentityResponse()
4570 cellIdentity.cellIdentityGsm[0].bsic = rilCellIdentity.cellIdentityGsm.bsic; in fillCellIdentityResponse()
[all …]
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp1426 ci.CellInfo.gsm.cellIdentityGsm.mcc = s_mcc; in request_get_cell_info_list()
1427 ci.CellInfo.gsm.cellIdentityGsm.mnc = s_mnc; in request_get_cell_info_list()
1428 ci.CellInfo.gsm.cellIdentityGsm.lac = s_lac; in request_get_cell_info_list()
1429 ci.CellInfo.gsm.cellIdentityGsm.cid = s_cid; in request_get_cell_info_list()