Searched refs:mBlacklistedConstellationSet (Results 1 – 4 of 4) sorted by relevance
51 mBlacklistedConstellationSet.clear(); in setBlacklist()56 mBlacklistedConstellationSet.insert(source.constellation); in setBlacklist()66 if (mBlacklistedConstellationSet.find(gnssSvInfo.constellation) != in isBlacklisted()67 mBlacklistedConstellationSet.end()) { in isBlacklisted()
63 BlacklistedConstellationSet mBlacklistedConstellationSet; member
77 mBlacklistedConstellationSet.clear(); in setBlacklist_2_1()82 mBlacklistedConstellationSet.insert(source.constellation); in setBlacklist_2_1()92 if (mBlacklistedConstellationSet.find(gnssSvInfo.v2_0.constellation) != in isBlacklistedV2_1()93 mBlacklistedConstellationSet.end()) { in isBlacklistedV2_1()
79 BlacklistedConstellationSetV2_1 mBlacklistedConstellationSet; member