Home
last modified time | relevance | path

Searched refs:reflectingPlane (Results 1 – 11 of 11) sorted by relevance

/aosp12/hardware/interfaces/gnss/common/utils/default/v2_1/
H A DGnssMeasurementCorrections.cpp48 singleSatCorrection.reflectingPlane.latitudeDegrees, in setCorrections()
49 singleSatCorrection.reflectingPlane.longitudeDegrees, in setCorrections()
50 singleSatCorrection.reflectingPlane.altitudeMeters, in setCorrections()
51 singleSatCorrection.reflectingPlane.azimuthDegrees); in setCorrections()
94 singleSatCorrection.v1_0.reflectingPlane.latitudeDegrees, in setCorrections_1_1()
95 singleSatCorrection.v1_0.reflectingPlane.longitudeDegrees, in setCorrections_1_1()
96 singleSatCorrection.v1_0.reflectingPlane.altitudeMeters, in setCorrections_1_1()
97 singleSatCorrection.v1_0.reflectingPlane.azimuthDegrees); in setCorrections_1_1()
/aosp12/hardware/interfaces/gnss/2.0/default/
H A DGnssMeasurementCorrections.cpp48 singleSatCorrection.reflectingPlane.latitudeDegrees, in setCorrections()
49 singleSatCorrection.reflectingPlane.longitudeDegrees, in setCorrections()
50 singleSatCorrection.reflectingPlane.altitudeMeters, in setCorrections()
51 singleSatCorrection.reflectingPlane.azimuthDegrees); in setCorrections()
/aosp12/hardware/qcom/sm7250/gps/android/2.1/location_api/
H A DLocationUtil.cpp376 out.reflectingPlane.latitudeDegrees = in.reflectingPlane.latitudeDegrees; in convertSingleSatCorrections()
377 out.reflectingPlane.longitudeDegrees = in.reflectingPlane.longitudeDegrees; in convertSingleSatCorrections()
378 out.reflectingPlane.altitudeMeters = in.reflectingPlane.altitudeMeters; in convertSingleSatCorrections()
379 out.reflectingPlane.azimuthDegrees = in.reflectingPlane.azimuthDegrees; in convertSingleSatCorrections()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/location_api/
H A DLocationUtil.cpp376 out.reflectingPlane.latitudeDegrees = in.reflectingPlane.latitudeDegrees; in convertSingleSatCorrections()
377 out.reflectingPlane.longitudeDegrees = in.reflectingPlane.longitudeDegrees; in convertSingleSatCorrections()
378 out.reflectingPlane.altitudeMeters = in.reflectingPlane.altitudeMeters; in convertSingleSatCorrections()
379 out.reflectingPlane.azimuthDegrees = in.reflectingPlane.azimuthDegrees; in convertSingleSatCorrections()
/aosp12/hardware/interfaces/gnss/common/utils/vts/
H A DUtils.cpp100 ReflectingPlane reflectingPlane = { in getMockMeasurementCorrections() local
118 .reflectingPlane = reflectingPlane, in getMockMeasurementCorrections()
/aosp12/frameworks/base/location/java/android/location/
H A DGnssSingleSatCorrection.java382 @NonNull public Builder setReflectingPlane(@Nullable GnssReflectingPlane reflectingPlane) { in setReflectingPlane() argument
383 mReflectingPlane = reflectingPlane; in setReflectingPlane()
384 if (reflectingPlane != null) { in setReflectingPlane()
H A DGnssReflectingPlane.java94 GnssReflectingPlane reflectingPlane =
101 return reflectingPlane;
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.0/
H A Dtypes.hal73 ReflectingPlane reflectingPlane;
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp2717 ReflectingPlane reflectingPlane; in getSingleSatCorrection_1_0_withoutConstellation() local
2727 reflectingPlane = { in getSingleSatCorrection_1_0_withoutConstellation()
2742 .reflectingPlane = reflectingPlane, in getSingleSatCorrection_1_0_withoutConstellation()
/aosp12/hardware/qcom/sm7250/gps/location/
H A DLocationDataTypes.h1396 GnssReflectingPlane reflectingPlane; member
/aosp12/hardware/qcom/sm8150/gps/location/
H A DLocationDataTypes.h1396 GnssReflectingPlane reflectingPlane; member