Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp115 static jmethodID method_correctionPlaneAzimDeg; variable
2040 method_correctionPlaneAzimDeg = env->GetMethodID(refPlaneClass, "getAzimuthDegrees", "()D"); in android_location_GnssLocationProvider_class_init_native()
3182 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneAzimDeg); in getSingleSatCorrection_1_0_withoutConstellation()