Home
last modified time | relevance | path

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

/device/generic/goldfish/hals/radio/
DRadioNetwork.cpp58 using network::OperatorInfo;
67 CellIdentityCdma makeCellIdentityCdma(OperatorInfo operatorInfo) { in makeCellIdentityCdma()
81 std::string getMcc(const OperatorInfo& operatorInfo) { in getMcc()
85 std::string getMnc(const OperatorInfo& operatorInfo) { in getMnc()
89 CellIdentityGsm makeCellIdentityGsm(OperatorInfo operatorInfo, in makeCellIdentityGsm()
106 CellIdentityLte makeCellIdentityLte(OperatorInfo operatorInfo, in makeCellIdentityLte()
125 CellIdentityNr makeCellIdentityNr(OperatorInfo operatorInfo, const int areaCode) { in makeCellIdentityNr()
144 CellIdentityTdscdma makeCellIdentityTdscdma(OperatorInfo operatorInfo, in makeCellIdentityTdscdma()
161 CellIdentityWcdma makeCellIdentityWcdma(OperatorInfo operatorInfo, in makeCellIdentityWcdma()
178 OperatorInfo toOperatorInfo(AtResponse::COPS::OperatorInfo cops) { in toOperatorInfo()
[all …]
DRadioNetwork.h126 std::optional<AtResponse::COPS::OperatorInfo> mCurrentOperator;
DAtResponse.h200 struct OperatorInfo { struct
223 std::vector<OperatorInfo> operators;
DAtResponse.cpp655 COPS::OperatorInfo operatorInfo; in parse()
662 operatorInfo.state = static_cast<COPS::OperatorInfo::State>(state); in parse()
695 COPS::OperatorInfo operatorInfo; in parse()
696 operatorInfo.state = COPS::OperatorInfo::State::CURRENT; in parse()
DRadioSim.cpp400 const COPS::OperatorInfo& current = cops->operators[0]; in getAllowedCarriers()
/device/google/atv/products/lowram_boot_profiles/
Dpreloaded-classes458 [Lcom.android.internal.telephony.OperatorInfo$State;
3709 android.hardware.radio.V1_0.OperatorInfo
12392 com.android.internal.telephony.OperatorInfo
12393 com.android.internal.telephony.OperatorInfo$1
12394 com.android.internal.telephony.OperatorInfo$State
Dboot-image-profile.txt3016 Landroid/hardware/radio/V1_0/OperatorInfo;
11743 Lcom/android/internal/telephony/OperatorInfo$1;
11744 Lcom/android/internal/telephony/OperatorInfo$State;
11745 Lcom/android/internal/telephony/OperatorInfo;
17345 [Lcom/android/internal/telephony/OperatorInfo$State;
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp7640 hidl_vec<OperatorInfo> networks; in getAvailableNetworksResponse()