Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java382 @NonNull public Builder setReflectingPlane(@Nullable GnssReflectingPlane reflectingPlane) { in setReflectingPlane() argument
383 mReflectingPlane = reflectingPlane; in setReflectingPlane()
384 if (reflectingPlane != null) { in setReflectingPlane()
DGnssReflectingPlane.java94 GnssReflectingPlane reflectingPlane =
101 return reflectingPlane;
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp3173 ReflectingPlane reflectingPlane; in getSingleSatCorrection_1_0_withoutConstellation() local
3183 reflectingPlane = { in getSingleSatCorrection_1_0_withoutConstellation()
3198 .reflectingPlane = reflectingPlane, in getSingleSatCorrection_1_0_withoutConstellation()