/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | XtraSystemStatusObserver.cpp | 86 bool XtraSystemStatusObserver::updateTac(const string& tac) { in updateTac() argument 87 mTac = tac; in updateTac() 95 ss << " " << tac.c_str(); in updateTac() 240 TacDataItemBase* tac = in notify() local 242 mXtraSysStatObj->updateTac(tac->mValue); in notify()
|
D | XtraSystemStatusObserver.h | 65 bool updateTac(const string& tac);
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | XtraSystemStatusObserver.cpp | 71 bool XtraSystemStatusObserver::updateTac(const string& tac) { in updateTac() argument 74 ss << " " << tac.c_str(); in updateTac() 213 SystemStatusTac* tac = reinterpret_cast<SystemStatusTac*>(each); in notify() local 214 mXtraSysStatObj->updateTac(tac->mValue); in notify()
|
D | XtraSystemStatusObserver.h | 57 bool updateTac(const string& tac);
|
/hardware/qcom/sm8150/gps/gnss/ |
D | XtraSystemStatusObserver.cpp | 163 bool XtraSystemStatusObserver::updateTac(const string& tac) { in updateTac() argument 164 mTac = tac; in updateTac() 172 ss << " " << tac.c_str(); in updateTac() 307 TacDataItemBase* tac = in notify() local 309 mXtraSysStatObj->updateTac(tac->mValue); in notify()
|
D | XtraSystemStatusObserver.h | 59 bool updateTac(const string& tac);
|
/hardware/interfaces/gnss/1.0/default/ |
D | AGnssRil.cpp | 105 .tac = cellID.tac, in setRefLocation()
|
/hardware/interfaces/gnss/1.0/ |
D | IAGnssRil.hal | 66 * lac is populated with tac, to ensure that we don't break old clients that 75 uint16_t tac;
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | SystemStatus.h | 493 SystemStatusTac* tac = static_cast<SystemStatusTac*>(src); variable 494 mValue = tac->mValue;
|
/hardware/ril/include/telephony/ |
D | ril.h | 1425 int tac; /* 16-bit tracking area code, INT_MAX if unknown */ member 1435 int tac; /* 16-bit tracking area code, INT_MAX if unknown */ member
|
/hardware/ril/reference-ril/ |
D | ril.h | 1425 int tac; /* 16-bit tracking area code, INT_MAX if unknown */ member 1435 int tac; /* 16-bit tracking area code, INT_MAX if unknown */ member
|
/hardware/libhardware/include/hardware/ |
D | gps.h | 487 uint16_t tac; member
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | loc_gps.h | 672 uint16_t tac; member
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_gps.h | 676 uint16_t tac; member
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_gps.h | 672 uint16_t tac; member
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_gps.h | 696 uint16_t tac; member
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | loc_gps.h | 676 uint16_t tac; member
|
/hardware/ril/libril/ |
D | ril_service.cpp | 3632 cellIdentity.cellIdentityLte[0].tac = rilCellIdentity.cellIdentityLte.tac; in fillCellIdentityResponse() 3743 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromVoiceRegStateResponseString() 3828 rilCellIdentity.cellIdentityLte.tac = in fillCellIdentityFromDataRegStateResponseString() 8024 cellInfoLte->cellIdentityLte.tac = in convertRilCellInfoListToHal() 8025 rillCellInfo->CellInfo.lte.cellIdentityLte.tac; in convertRilCellInfoListToHal()
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 1825 int32_t tac;
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 1576 int32_t tac; // 16-bit tracking area code, INT_MAX if unknown
|