Lines Matching refs:copyToSource
248 GnssSvIdSource& copyToSource, const GnssConstellationType& constellation, in setBlacklistedSource() argument
253 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
254 copyToSource.svId = svid; in setBlacklistedSource()
258 copyToSource.constellation = GNSS_SV_TYPE_GPS; in setBlacklistedSource()
263 copyToSource.constellation = GNSS_SV_TYPE_SBAS; in setBlacklistedSource()
268 copyToSource.constellation = GNSS_SV_TYPE_GLONASS; in setBlacklistedSource()
272 copyToSource.constellation = GNSS_SV_TYPE_QZSS; in setBlacklistedSource()
276 copyToSource.constellation = GNSS_SV_TYPE_BEIDOU; in setBlacklistedSource()
280 copyToSource.constellation = GNSS_SV_TYPE_GALILEO; in setBlacklistedSource()
284 copyToSource.constellation = GNSS_SV_TYPE_NAVIC; in setBlacklistedSource()
288 copyToSource.constellation = GNSS_SV_TYPE_UNKNOWN; in setBlacklistedSource()
294 if (copyToSource.svId > 0 && svIdOffset > 0) { in setBlacklistedSource()
295 copyToSource.svId += svIdOffset; in setBlacklistedSource()
302 GnssSvIdSource& copyToSource, in setBlacklistedSource() argument
307 copyToSource.size = sizeof(GnssSvIdSource); in setBlacklistedSource()
308 copyToSource.svId = copyFromSource.svid; in setBlacklistedSource()
312 copyToSource.constellation = GNSS_SV_TYPE_GPS; in setBlacklistedSource()
317 copyToSource.constellation = GNSS_SV_TYPE_SBAS; in setBlacklistedSource()
322 copyToSource.constellation = GNSS_SV_TYPE_GLONASS; in setBlacklistedSource()
326 copyToSource.constellation = GNSS_SV_TYPE_QZSS; in setBlacklistedSource()
330 copyToSource.constellation = GNSS_SV_TYPE_BEIDOU; in setBlacklistedSource()
334 copyToSource.constellation = GNSS_SV_TYPE_GALILEO; in setBlacklistedSource()
338 copyToSource.constellation = GNSS_SV_TYPE_NAVIC; in setBlacklistedSource()
342 copyToSource.constellation = GNSS_SV_TYPE_UNKNOWN; in setBlacklistedSource()
348 if (copyToSource.svId > 0 && svIdOffset > 0) { in setBlacklistedSource()
349 copyToSource.svId += svIdOffset; in setBlacklistedSource()