Searched refs:GnssSvIdSource (Results 1 – 12 of 12) sorted by relevance
/hardware/qcom/sm8150/gps/android/2.0/ |
D | GnssConfiguration.cpp | 208 GnssSvIdSource source = {}; in setBlacklist() 221 GnssSvIdSource& copyToSource, in setBlacklistedSource() 226 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
|
D | GnssConfiguration.h | 70 GnssSvIdSource& copyToSource,
|
/hardware/qcom/sm8150/gps/android/1.1/ |
D | GnssConfiguration.cpp | 247 GnssSvIdSource source = {}; in setBlacklist() 260 GnssSvIdSource& copyToSource, in setBlacklistedSource() 265 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
|
D | GnssConfiguration.h | 68 GnssSvIdSource& copyToSource,
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | GnssConfiguration.cpp | 242 GnssSvIdSource source = {}; in setBlacklist() 255 GnssSvIdSource& copyToSource, in setBlacklistedSource() 260 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
|
D | GnssConfiguration.h | 68 GnssSvIdSource& copyToSource,
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 189 std::vector<GnssSvIdSource> mBlacklistedSvIds; 304 LocationError gnssSvIdConfigUpdateSync(const std::vector<GnssSvIdSource>& blacklistedSvIds); 306 void gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds); 435 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config); 439 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds,
|
D | GnssAdapter.cpp | 1174 GnssAdapter::gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds) in gnssSvIdConfigUpdate() 1203 GnssAdapter::gnssSvIdConfigUpdateSync(const std::vector<GnssSvIdSource>& blacklistedSvIds) in gnssSvIdConfigUpdateSync() 1393 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config) in convertToGnssSvIdConfig() 1407 for (GnssSvIdSource source : blacklistedSvIds) { in convertToGnssSvIdConfig() 1489 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds, in convertGnssSvIdMaskToList() 1492 GnssSvIdSource source = {}; in convertGnssSvIdMaskToList() 1493 source.size = sizeof(GnssSvIdSource); in convertGnssSvIdMaskToList()
|
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | GnssAdapter.h | 257 LocationError gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds); 367 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config); 371 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds,
|
D | GnssAdapter.cpp | 1001 GnssAdapter::gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds) in gnssSvIdConfigUpdate() 1178 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config) in convertToGnssSvIdConfig() 1191 for (GnssSvIdSource source : blacklistedSvIds) { in convertToGnssSvIdConfig() 1270 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds, in convertGnssSvIdMaskToList() 1273 GnssSvIdSource source = {}; in convertGnssSvIdMaskToList() 1274 source.size = sizeof(GnssSvIdSource); in convertGnssSvIdMaskToList()
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | LocationDataTypes.h | 869 struct GnssSvIdSource{ struct 874 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument 917 std::vector<GnssSvIdSource> blacklistedSvIds;
|
/hardware/qcom/sm8150/gps/location/ |
D | LocationDataTypes.h | 1089 struct GnssSvIdSource{ struct 1094 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument 1133 std::vector<GnssSvIdSource> blacklistedSvIds;
|