Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp118 static jmethodID method_correctionPlaneLatDeg; variable
1587 method_correctionPlaneLatDeg = env->GetMethodID(refPlaneClass, "getLatitudeDegrees", "()D"); in android_location_gnss_hal_GnssNative_class_init_once()
2720 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneLatDeg); in getSingleSatCorrection_1_0_withoutConstellation()