Home
last modified time | relevance | path

Searched refs:corrections (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/gnss/2.0/default/
DGnssMeasurementCorrections.cpp30 Return<bool> GnssMeasurementCorrections::setCorrections(const MeasurementCorrections& corrections) { in setCorrections() argument
34 corrections.latitudeDegrees, corrections.longitudeDegrees, corrections.altitudeMeters, in setCorrections()
35 corrections.horizontalPositionUncertaintyMeters, in setCorrections()
36 corrections.verticalPositionUncertaintyMeters, in setCorrections()
37 static_cast<unsigned long long>(corrections.toaGpsNanosecondsOfWeek), in setCorrections()
38 static_cast<int>(corrections.satCorrections.size())); in setCorrections()
39 for (auto singleSatCorrection : corrections.satCorrections) { in setCorrections()
DGnssMeasurementCorrections.h40 Return<bool> setCorrections(const MeasurementCorrections& corrections) override;
/hardware/interfaces/gnss/measurement_corrections/1.0/
DIMeasurementCorrectionsCallback.hal20 * GNSS measurement corrections callback interface.
25 * Flags to indicate supported measurement corrections capabilities
30 /** GNSS supports line-of-sight satellite identification measurement corrections */
32 /** GNSS supports per satellite excess-path-length measurement corrections */
34 /** GNSS supports reflecting planes measurement corrections */
43 * corrections interface.
45 * @param capabilities Supported measurement corrections capabilities. It is mandatory to
DIMeasurementCorrections.hal22 * Interface for measurement corrections support.
26 * Injects measurement corrections to be used by the HAL to improve the GNSS location output.
35 * @param corrections The computed corrections to be used by the HAL.
37 * @return success Whether the HAL can accept & use these corrections.
39 setCorrections(MeasurementCorrections corrections) generates (bool success);
Dtypes.hal22 * A struct with measurement corrections for a single visible satellites
46 * multiple corrections for the same satellite may be provided.
77 * A struct containing a set of measurement corrections for all used GNSS satellites at the location
82 /** Represents latitude in degrees at which the corrections are computed.. */
85 /** Represents longitude in degrees at which the corrections are computed.. */
89 * Represents altitude in meters above the WGS 84 reference ellipsoid at which the corrections
96 * which the corrections are provided.
98 * This value is useful for example to judge how accurate the provided corrections are.
104 * which the corrections are provided.
106 * This value is useful for example to judge how accurate the provided corrections are.
[all …]
/hardware/qcom/sm8150/gps/android/measurement_corrections/1.0/
DMeasurementCorrections.h62 …roid::hardware::gnss::measurement_corrections::V1_0::MeasurementCorrections& corrections) override;
/hardware/interfaces/gnss/2.0/
DIGnssCallback.hal38 /** GNSS supports measurement corrections */
DIGnssMeasurementCallback.hal396 * in-order to properly apply code specific corrections to the pseudorange measurements.
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal449 * Pseudorange Rate value includes corrections for receiver and satellite
455 * uncorrected pseudorange rate, do not apply the corrections described above.)