Searched refs:reflectingPlaneObj (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
D | MeasurementCorrections.h | 134 static void setReflectingPlane(JNIEnv* env, jobject reflectingPlaneObj, T& reflectingPlane); 146 void MeasurementCorrectionsUtil::setReflectingPlane(JNIEnv* env, jobject reflectingPlaneObj, in setReflectingPlane() argument 149 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneLatDeg); in setReflectingPlane() 151 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneLngDeg); in setReflectingPlane() 153 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneAltDeg); in setReflectingPlane() 155 env->CallDoubleMethod(reflectingPlaneObj, method_correctionPlaneAzimDeg); in setReflectingPlane()
|
D | MeasurementCorrections.cpp | 362 jobject reflectingPlaneObj = in getSingleSatCorrection_1_0_withoutConstellation() local 365 reflectingPlaneObj, in getSingleSatCorrection_1_0_withoutConstellation() 367 env->DeleteLocalRef(reflectingPlaneObj); in getSingleSatCorrection_1_0_withoutConstellation() 509 jobject reflectingPlaneObj = in getExcessPathInfo() local 512 reflectingPlaneObj, in getExcessPathInfo() 514 env->DeleteLocalRef(reflectingPlaneObj); in getExcessPathInfo()
|