Searched refs:gnssSvInfo (Results 1 – 7 of 7) sorted by relevance
40 bool GnssConfiguration::isBlocklistedV2_1(const GnssSvInfoV2_1& gnssSvInfo) const { in isBlocklistedV2_1()43 gnssSvInfo.v2_0.constellation)) != mBlocklistedConstellationSet.end()) { in isBlocklistedV2_1()47 .constellation = static_cast<GnssConstellationType>(gnssSvInfo.v2_0.constellation), in isBlocklistedV2_1()48 .svid = gnssSvInfo.v2_0.v1_0.svid}; in isBlocklistedV2_1()52 bool GnssConfiguration::isBlocklisted(const IGnssCallback::GnssSvInfo& gnssSvInfo) const { in isBlocklisted()54 if (mBlocklistedConstellationSet.find(gnssSvInfo.constellation) != in isBlocklisted()58 BlocklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlocklisted()
65 bool isBlocklistedV2_1(const GnssSvInfoV2_1& gnssSvInfo) const;66 bool isBlocklisted(const IGnssCallback::GnssSvInfo& gnssSvInfo) const;
64 Return<bool> GnssConfiguration::isBlacklisted(const GnssSvInfo& gnssSvInfo) const { in isBlacklisted()66 if (mBlacklistedConstellationSet.find(gnssSvInfo.constellation) != in isBlacklisted()70 BlacklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlacklisted()
58 Return<bool> isBlacklisted(const GnssSvInfo& gnssSvInfo) const;
90 Return<bool> GnssConfiguration::isBlacklistedV2_1(const GnssSvInfoV2_1& gnssSvInfo) const { in isBlacklistedV2_1()92 if (mBlacklistedConstellationSet.find(gnssSvInfo.v2_0.constellation) != in isBlacklistedV2_1()96 BlacklistedSourceV2_1 source = {.constellation = gnssSvInfo.v2_0.constellation, in isBlacklistedV2_1()97 .svid = gnssSvInfo.v2_0.v1_0.svid}; in isBlacklistedV2_1()
73 Return<bool> isBlacklistedV2_1(const V2_1::IGnssCallback::GnssSvInfo& gnssSvInfo) const;
130 IGnssCallback::GnssSvInfo gnssSvInfo = { in gnssSvStatusCb() local145 svStatus.gnssSvList[i] = gnssSvInfo; in gnssSvStatusCb()