Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/android/2.1/
DGnssConfiguration.cpp241 GnssSvIdSource source = {}; in setBlacklist()
255 GnssSvIdSource& copyToSource, const GnssConstellationType& constellation, in setBlacklistedSource()
260 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
309 GnssSvIdSource& copyToSource, in setBlacklistedSource()
314 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
399 GnssSvIdSource source = {}; in setBlacklist_2_1()
DGnssConfiguration.h75 GnssSvIdSource& copyToSource,
78 GnssSvIdSource& copyToSource, const GnssConstellationType& constellation,
/hardware/qcom/sm8150/gps/android/2.0/
DGnssConfiguration.cpp241 GnssSvIdSource source = {}; in setBlacklist()
254 GnssSvIdSource& copyToSource, in setBlacklistedSource()
259 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h70 GnssSvIdSource& copyToSource,
/hardware/qcom/sm7150/gps/android/1.1/
DGnssConfiguration.cpp250 GnssSvIdSource source = {}; in setBlacklist()
263 GnssSvIdSource& copyToSource, in setBlacklistedSource()
268 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h68 GnssSvIdSource& copyToSource,
/hardware/qcom/sm8150p/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/sm8150/gps/android/1.1/
DGnssConfiguration.cpp250 GnssSvIdSource source = {}; in setBlacklist()
263 GnssSvIdSource& copyToSource, in setBlacklistedSource()
268 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h68 GnssSvIdSource& copyToSource,
/hardware/qcom/sm8150p/gps/android/2.0/
DGnssConfiguration.cpp238 GnssSvIdSource source = {}; in setBlacklist()
251 GnssSvIdSource& copyToSource, in setBlacklistedSource()
256 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h70 GnssSvIdSource& copyToSource,
/hardware/qcom/sm7150/gps/android/2.0/
DGnssConfiguration.cpp241 GnssSvIdSource source = {}; in setBlacklist()
254 GnssSvIdSource& copyToSource, in setBlacklistedSource()
259 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
DGnssConfiguration.h70 GnssSvIdSource& copyToSource,
/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h216 std::vector<GnssSvIdSource> mBlacklistedSvIds;
342 LocationError gnssSvIdConfigUpdateSync(const std::vector<GnssSvIdSource>& blacklistedSvIds);
344 void gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds);
494 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config);
496 const GnssSvIdConfig& svConfig, std::vector<GnssSvIdSource>& blacklistedSvIds);
498 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds,
/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/sm8150p/gps/gnss/
DGnssAdapter.h189 std::vector<GnssSvIdSource> mBlacklistedSvIds;
303 LocationError gnssSvIdConfigUpdateSync(const std::vector<GnssSvIdSource>& blacklistedSvIds);
305 void gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds);
441 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config);
445 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds,
DGnssAdapter.cpp1225 GnssAdapter::gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds) in gnssSvIdConfigUpdate()
1254 GnssAdapter::gnssSvIdConfigUpdateSync(const std::vector<GnssSvIdSource>& blacklistedSvIds) in gnssSvIdConfigUpdateSync()
1444 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config) in convertToGnssSvIdConfig()
1458 for (GnssSvIdSource source : blacklistedSvIds) { in convertToGnssSvIdConfig()
1540 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds, in convertGnssSvIdMaskToList()
1543 GnssSvIdSource source = {}; in convertGnssSvIdMaskToList()
1544 source.size = sizeof(GnssSvIdSource); in convertGnssSvIdMaskToList()
/hardware/qcom/sm7150/gps/gnss/
DGnssAdapter.h209 std::vector<GnssSvIdSource> mBlacklistedSvIds;
333 LocationError gnssSvIdConfigUpdateSync(const std::vector<GnssSvIdSource>& blacklistedSvIds);
335 void gnssSvIdConfigUpdate(const std::vector<GnssSvIdSource>& blacklistedSvIds);
480 const std::vector<GnssSvIdSource>& blacklistedSvIds, GnssSvIdConfig& config);
484 uint64_t svIdMask, std::vector<GnssSvIdSource>& svIds,
/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,
/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/sm8150p/gps/location/
DLocationDataTypes.h1155 struct GnssSvIdSource{ struct
1160 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument
1199 std::vector<GnssSvIdSource> blacklistedSvIds;
/hardware/qcom/sm7150/gps/location/
DLocationDataTypes.h1163 struct GnssSvIdSource{ struct
1168 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument
1214 std::vector<GnssSvIdSource> blacklistedSvIds;
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h1347 struct GnssSvIdSource{ struct
1354 inline bool operator ==(GnssSvIdSource const& left, GnssSvIdSource const& right) { argument
1404 std::vector<GnssSvIdSource> blacklistedSvIds;