Home
last modified time | relevance | path

Searched refs:satCorrections (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/gnss/common/utils/vts/
DUtils.cpp139 .satCorrections = singleSatCorrections, in getMockMeasurementCorrections()
148 .v1_0 = mockCorrections_1_0.satCorrections[0], in getMockMeasurementCorrections_1_1()
152 .v1_0 = mockCorrections_1_0.satCorrections[1], in getMockMeasurementCorrections_1_1()
156 mockCorrections_1_0.satCorrections[0].constellation = GnssConstellationType_V1_0::UNKNOWN; in getMockMeasurementCorrections_1_1()
157 mockCorrections_1_0.satCorrections[1].constellation = GnssConstellationType_V1_0::UNKNOWN; in getMockMeasurementCorrections_1_1()
167 .satCorrections = singleSatCorrections, in getMockMeasurementCorrections_1_1()
/hardware/interfaces/gnss/2.1/default/
DGnssMeasurementCorrections.cpp39 static_cast<int>(corrections.satCorrections.size())); in setCorrections()
40 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections()
82 static_cast<int>(corrections.v1_0.satCorrections.size()), in setCorrections_1_1()
85 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections_1_1()
/hardware/interfaces/gnss/2.0/default/
DGnssMeasurementCorrections.cpp38 static_cast<int>(corrections.satCorrections.size())); in setCorrections()
39 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections()
/hardware/interfaces/gnss/measurement_corrections/1.1/
Dtypes.hal26 * toaGpsNanosecondsOfWeek. The v1_0.satCorrections field is deprecated and is no longer used by
74 vec<SingleSatCorrection> satCorrections;
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal116 vec<SingleSatCorrection> satCorrections;
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h1220 std::vector<GnssSingleSatCorrection> satCorrections; member