Searched refs:svConfig (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | GnssAdapter.h | 369 const GnssSvIdConfig& svConfig, GnssConfig& config);
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.cpp | 1839 const GnssSvIdConfig& svConfig, std::vector<GnssSvIdSource>& blacklistedSvIds) in convertFromGnssSvIdConfig() argument 1842 if (svConfig.bdsBlacklistSvMask) { in convertFromGnssSvIdConfig() 1844 svConfig.bdsBlacklistSvMask, blacklistedSvIds, in convertFromGnssSvIdConfig() 1847 if (svConfig.galBlacklistSvMask) { in convertFromGnssSvIdConfig() 1849 svConfig.galBlacklistSvMask, blacklistedSvIds, in convertFromGnssSvIdConfig() 1852 if (svConfig.gloBlacklistSvMask) { in convertFromGnssSvIdConfig() 1854 svConfig.gloBlacklistSvMask, blacklistedSvIds, in convertFromGnssSvIdConfig() 1857 if (svConfig.qzssBlacklistSvMask) { in convertFromGnssSvIdConfig() 1859 svConfig.qzssBlacklistSvMask, blacklistedSvIds, in convertFromGnssSvIdConfig() 1862 if (svConfig.sbasBlacklistSvMask) { in convertFromGnssSvIdConfig() [all …]
|
D | GnssAdapter.h | 599 const GnssSvIdConfig& svConfig, std::vector<GnssSvIdSource>& blacklistedSvIds);
|
/hardware/qcom/sm8150p/gps/gnss/ |
D | GnssAdapter.h | 443 const GnssSvIdConfig& svConfig, GnssConfig& config);
|
D | GnssAdapter.cpp | 1510 const GnssSvIdConfig& svConfig, GnssConfig& config) in convertFromGnssSvIdConfig() argument 1513 if (svConfig.bdsBlacklistSvMask) { in convertFromGnssSvIdConfig() 1515 svConfig.bdsBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig() 1519 if (svConfig.galBlacklistSvMask) { in convertFromGnssSvIdConfig() 1521 svConfig.galBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig() 1525 if (svConfig.gloBlacklistSvMask) { in convertFromGnssSvIdConfig() 1527 svConfig.gloBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig() 1531 if (svConfig.qzssBlacklistSvMask) { in convertFromGnssSvIdConfig() 1533 svConfig.qzssBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig()
|
/hardware/qcom/sm7150/gps/gnss/ |
D | GnssAdapter.cpp | 1573 const GnssSvIdConfig& svConfig, GnssConfig& config) in convertFromGnssSvIdConfig() argument 1576 if (svConfig.bdsBlacklistSvMask) { in convertFromGnssSvIdConfig() 1578 svConfig.bdsBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig() 1582 if (svConfig.galBlacklistSvMask) { in convertFromGnssSvIdConfig() 1584 svConfig.galBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig() 1588 if (svConfig.gloBlacklistSvMask) { in convertFromGnssSvIdConfig() 1590 svConfig.gloBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig() 1594 if (svConfig.qzssBlacklistSvMask) { in convertFromGnssSvIdConfig() 1596 svConfig.qzssBlacklistSvMask, config.blacklistedSvIds, in convertFromGnssSvIdConfig()
|
D | GnssAdapter.h | 482 const GnssSvIdConfig& svConfig, GnssConfig& config);
|
/hardware/qcom/sm7250/gps/gnss/ |
D | GnssAdapter.h | 599 const GnssSvIdConfig& svConfig, std::vector<GnssSvIdSource>& blacklistedSvIds);
|