Searched refs:svConfig (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sdm845/gps/sdm845/gnss/ |
D | GnssAdapter.h | 369 const GnssSvIdConfig& svConfig, GnssConfig& config);
|
/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.h | 482 const GnssSvIdConfig& svConfig, GnssConfig& config);
|
/hardware/qcom/sm8150/gps/gnss/ |
D | GnssAdapter.h | 496 const GnssSvIdConfig& svConfig, std::vector<GnssSvIdSource>& blacklistedSvIds);
|