Home
last modified time | relevance | path

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

/device/generic/goldfish/hals/radio/
DRadioNetwork.cpp90 const int areaCode, const int cellId) { in makeCellIdentityGsm() argument
94 .lac = areaCode, in makeCellIdentityGsm()
107 const int areaCode, const int cellId) { in makeCellIdentityLte() argument
113 .tac = areaCode, in makeCellIdentityLte()
125 CellIdentityNr makeCellIdentityNr(OperatorInfo operatorInfo, const int areaCode) { in makeCellIdentityNr() argument
133 .tac = areaCode, in makeCellIdentityNr()
145 const int areaCode, const int cellId) { in makeCellIdentityTdscdma() argument
149 .lac = areaCode, in makeCellIdentityTdscdma()
162 const int areaCode, const int cellId) { in makeCellIdentityWcdma() argument
166 .lac = areaCode, in makeCellIdentityWcdma()
[all …]
DAtResponse.h144 int areaCode = -1; member
157 int areaCode = -1; member
170 int areaCode = -1; member
DAtResponse.cpp441 std::from_chars(areaCodeHex.begin(), areaCodeHex.end(), creg.areaCode, 16); in parse()
454 std::from_chars(areaCodeHex.begin(), areaCodeHex.end(), creg.areaCode, 16); in parse()
496 std::from_chars(areaCodeHex.begin(), areaCodeHex.end(), cgreg.areaCode, 16); in parse()
509 std::from_chars(areaCodeHex.begin(), areaCodeHex.end(), cgreg.areaCode, 16); in parse()
551 std::from_chars(areaCodeHex.begin(), areaCodeHex.end(), cereg.areaCode, 16); in parse()
564 std::from_chars(areaCodeHex.begin(), areaCodeHex.end(), cereg.areaCode, 16); in parse()