Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.h134 static void setReflectingPlane(JNIEnv* env, jobject reflectingPlaneObj, T& reflectingPlane);
136 static void setReflectingPlaneAzimuthDegrees(T& reflectingPlane, double azimuthDegreeRefPlane);
147 T& reflectingPlane) { in setReflectingPlane() argument
156 reflectingPlane.latitudeDegrees = latitudeDegreesRefPlane; in setReflectingPlane()
157 reflectingPlane.longitudeDegrees = longitudeDegreesRefPlane; in setReflectingPlane()
158 reflectingPlane.altitudeMeters = altitudeDegreesRefPlane; in setReflectingPlane()
159 setReflectingPlaneAzimuthDegrees<T>(reflectingPlane, azimuthDegreeRefPlane); in setReflectingPlane()
DMeasurementCorrections.cpp360 ReflectingPlane_V1_0 reflectingPlane; in getSingleSatCorrection_1_0_withoutConstellation() local
366 reflectingPlane); in getSingleSatCorrection_1_0_withoutConstellation()
376 .reflectingPlane = reflectingPlane, in getSingleSatCorrection_1_0_withoutConstellation()
468 ReflectingPlane_V1_0& reflectingPlane, double azimuthDegreeRefPlane) { in setReflectingPlaneAzimuthDegrees() argument
469 reflectingPlane.azimuthDegrees = azimuthDegreeRefPlane; in setReflectingPlaneAzimuthDegrees()
474 ReflectingPlane_Aidl& reflectingPlane, double azimuthDegreeRefPlane) { in setReflectingPlaneAzimuthDegrees() argument
475 reflectingPlane.reflectingPlaneAzimuthDegrees = azimuthDegreeRefPlane; in setReflectingPlaneAzimuthDegrees()
508 ReflectingPlane_Aidl reflectingPlane; in getExcessPathInfo() local
513 reflectingPlane); in getExcessPathInfo()
515 excessPathInfo.reflectingPlane = reflectingPlane; in getExcessPathInfo()
/frameworks/base/location/java/android/location/
DGnssExcessPathInfo.java61 @Nullable GnssReflectingPlane reflectingPlane, in GnssExcessPathInfo() argument
66 mReflectingPlane = reflectingPlane; in GnssExcessPathInfo()
203 GnssReflectingPlane reflectingPlane =
210 excessPathLengthUncertaintyMeters, reflectingPlane, attenuationDb);
330 public Builder setReflectingPlane(@Nullable GnssReflectingPlane reflectingPlane) { in setReflectingPlane() argument
331 mReflectingPlane = reflectingPlane; in setReflectingPlane()
332 if (reflectingPlane != null) { in setReflectingPlane()
DGnssReflectingPlane.java99 GnssReflectingPlane reflectingPlane =
106 return reflectingPlane;
DGnssSingleSatCorrection.java475 @NonNull public Builder setReflectingPlane(@Nullable GnssReflectingPlane reflectingPlane) { in setReflectingPlane() argument