Searched refs:BlacklistedSource (Results 1 – 4 of 4) sorted by relevance
25 using BlacklistedSource = ::android::hardware::gnss::V1_1::IGnssConfiguration::BlacklistedSource; variable30 inline int operator()(const BlacklistedSource& source) const { in operator()36 inline bool operator()(const BlacklistedSource& s1, const BlacklistedSource& s2) const { in operator()42 std::unordered_set<BlacklistedSource, BlacklistedSourceHash, BlacklistedSourceEqual>;56 Return<bool> setBlacklist(const hidl_vec<BlacklistedSource>& blacklist) override;
49 Return<bool> GnssConfiguration::setBlacklist(const hidl_vec<BlacklistedSource>& sourceList) { in setBlacklist()70 BlacklistedSource source = {.constellation = gnssSvInfo.constellation, .svid = gnssSvInfo.svid}; in isBlacklisted()
26 struct BlacklistedSource {41 * Injects a vector of BlacklistedSource(s) which the HAL must not use to calculate the59 * @param blacklist The BlacklistedSource(s) of satellites the HAL must not use.63 setBlacklist(vec<BlacklistedSource> blacklist) generates (bool success);
95 IGnssConfiguration::BlacklistedSource FindStrongFrequentNonGpsSource( in FindStrongFrequentNonGpsSource()98 IGnssConfiguration::BlacklistedSource id; in FindStrongFrequentNonGpsSource()190 IGnssConfiguration::BlacklistedSource source_to_blacklist = in TEST_F()206 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_F()308 IGnssConfiguration::BlacklistedSource source_to_blacklist; in TEST_F()317 hidl_vec<IGnssConfiguration::BlacklistedSource> sources; in TEST_F()