Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.h59 extern jmethodID method_correctionPlaneAzimDeg;
155 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneAzimDeg); in setReflectingPlane()
DMeasurementCorrections.cpp80 jmethodID method_correctionPlaneAzimDeg; variable
141 method_correctionPlaneAzimDeg = env->GetMethodID(refPlaneClass, "getAzimuthDegrees", "()D"); in MeasurementCorrections_class_init_once()