Searched refs:reflectingPlane (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/interfaces/gnss/common/utils/default/v2_1/ |
H A D | GnssMeasurementCorrections.cpp | 48 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 D | GnssMeasurementCorrections.cpp | 48 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 D | LocationUtil.cpp | 376 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 D | LocationUtil.cpp | 376 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 D | Utils.cpp | 100 ReflectingPlane reflectingPlane = { in getMockMeasurementCorrections() local 118 .reflectingPlane = reflectingPlane, in getMockMeasurementCorrections()
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | GnssSingleSatCorrection.java | 382 @NonNull public Builder setReflectingPlane(@Nullable GnssReflectingPlane reflectingPlane) { in setReflectingPlane() argument 383 mReflectingPlane = reflectingPlane; in setReflectingPlane() 384 if (reflectingPlane != null) { in setReflectingPlane()
|
H A D | GnssReflectingPlane.java | 94 GnssReflectingPlane reflectingPlane = 101 return reflectingPlane;
|
/aosp12/hardware/interfaces/gnss/measurement_corrections/1.0/ |
H A D | types.hal | 73 ReflectingPlane reflectingPlane;
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 2717 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 D | LocationDataTypes.h | 1396 GnssReflectingPlane reflectingPlane; member
|
/aosp12/hardware/qcom/sm8150/gps/location/ |
H A D | LocationDataTypes.h | 1396 GnssReflectingPlane reflectingPlane; member
|