Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp121 static jmethodID method_correctionPlaneAzimDeg; variable
1590 method_correctionPlaneAzimDeg = env->GetMethodID(refPlaneClass, "getAzimuthDegrees", "()D"); in android_location_gnss_hal_GnssNative_class_init_once()
2726 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneAzimDeg); in getSingleSatCorrection_1_0_withoutConstellation()