Home
last modified time | relevance | path

Searched refs:refInfo (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp176 int32_t AGnssInterfaceImpl::SetAgnssRefInfo(const AGnssRefInfo& refInfo) in SetAgnssRefInfo() argument
186 HDF_LOGI("%{public}s, g_refInfoType=%{public}d", __func__, refInfo.type); in SetAgnssRefInfo()
191 loc.u.mac.mac[i] = refInfo.mac.mac[i]; in SetAgnssRefInfo()
195 switch (refInfo.cellId.type) { in SetAgnssRefInfo()
212 loc.u.cellId.mcc = refInfo.cellId.mcc; in SetAgnssRefInfo()
213 loc.u.cellId.mnc = refInfo.cellId.mnc; in SetAgnssRefInfo()
214 loc.u.cellId.lac = refInfo.cellId.lac; in SetAgnssRefInfo()
215 loc.u.cellId.cid = refInfo.cellId.cid; in SetAgnssRefInfo()
216 loc.u.cellId.tac = refInfo.cellId.tac; in SetAgnssRefInfo()
217 loc.u.cellId.pcid = refInfo in SetAgnssRefInfo()
[all...]
H A Dagnss_interface_impl.h37 int32_t SetAgnssRefInfo(const AGnssRefInfo& refInfo) override;
/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp419 int32_t GnssInterfaceImpl::SetGnssReferenceInfo(const GnssRefInfo& refInfo) in SetGnssReferenceInfo() argument
428 referenceInfo.category = refInfo.type; in SetGnssReferenceInfo()
429 switch (refInfo.type) { in SetGnssReferenceInfo()
432 referenceInfo.u.time.time = refInfo.time.time; in SetGnssReferenceInfo()
433 referenceInfo.u.time.elapsedRealtime = refInfo.time.elapsedRealtime; in SetGnssReferenceInfo()
434 referenceInfo.u.time.uncertaintyOfTime = refInfo.time.uncertaintyOfTime; in SetGnssReferenceInfo()
439 referenceInfo.u.gnssLocation.fieldValidity = refInfo.gnssLocation.fieldValidity; in SetGnssReferenceInfo()
440 referenceInfo.u.gnssLocation.latitude = refInfo.gnssLocation.latitude; in SetGnssReferenceInfo()
441 referenceInfo.u.gnssLocation.longitude = refInfo.gnssLocation.longitude; in SetGnssReferenceInfo()
442 referenceInfo.u.gnssLocation.altitude = refInfo in SetGnssReferenceInfo()
[all...]
H A Dgnss_interface_impl.h43 int32_t SetGnssReferenceInfo(const GnssRefInfo& refInfo) override;
H A Dlocation_vendor_lib.h737 bool (*setAgnssReferenceInfo)(const AgnssReferenceInfo* refInfo);

Completed in 5 milliseconds