Home
last modified time | relevance | path

Searched refs:GnssSvIdSource (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm8150/gps/android/2.0/
DGnssConfiguration.cpp208 GnssSvIdSource source = {}; in setBlacklist()
221 GnssSvIdSource& copyToSource, in setBlacklistedSource()
226 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h70 GnssSvIdSource& copyToSource,
/hardware/qcom/sm8150/gps/android/1.1/
DGnssConfiguration.cpp247 GnssSvIdSource source = {}; in setBlacklist()
260 GnssSvIdSource& copyToSource, in setBlacklistedSource()
265 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h68 GnssSvIdSource& copyToSource,
/hardware/qcom/sdm845/gps/sdm845/android/
DGnssConfiguration.cpp242 GnssSvIdSource source = {}; in setBlacklist()
255 GnssSvIdSource& copyToSource, in setBlacklistedSource()
260 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h68 GnssSvIdSource& copyToSource,
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h189 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,
DGnssAdapter.cpp1174 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/
DGnssAdapter.h257 LocationError gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds);
367 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config);
371 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds,
DGnssAdapter.cpp1001 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/
DLocationDataTypes.h869 struct GnssSvIdSource{ struct
874 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument
917 std::vector<GnssSvIdSource> blacklistedSvIds;
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h1089 struct GnssSvIdSource{ struct
1094 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument
1133 std::vector<GnssSvIdSource> blacklistedSvIds;