Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp349 JNIEnv* env, jobject singleSatCorrectionObj) { in getSingleSatCorrection_1_0_withoutConstellation() argument
351 env->CallIntMethod(singleSatCorrectionObj, method_correctionSatFlags)); in getSingleSatCorrection_1_0_withoutConstellation()
352 jint satId = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatId); in getSingleSatCorrection_1_0_withoutConstellation()
354 env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatCarrierFreq); in getSingleSatCorrection_1_0_withoutConstellation()
356 env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatIsLosProb); in getSingleSatCorrection_1_0_withoutConstellation()
357 jfloat eplMeters = env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatEpl); in getSingleSatCorrection_1_0_withoutConstellation()
358 jfloat eplUncMeters = env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatEplUnc); in getSingleSatCorrection_1_0_withoutConstellation()
363 env->CallObjectMethod(singleSatCorrectionObj, method_correctionSatRefPlane); in getSingleSatCorrection_1_0_withoutConstellation()
382 JNIEnv* env, jobject singleSatCorrectionObj) { in getSingleSatCorrection_Aidl() argument
384 env->CallIntMethod(singleSatCorrectionObj, method_correctionSatFlags)); in getSingleSatCorrection_Aidl()
[all …]
DMeasurementCorrections.h113 getSingleSatCorrection_1_0_withoutConstellation(JNIEnv* env, jobject singleSatCorrectionObj);
115 getSingleSatCorrection_Aidl(JNIEnv* env, jobject singleSatCorrectionObj);