Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp3156 JNIEnv* env, jobject singleSatCorrectionObj) { in getSingleSatCorrection_1_0_withoutConstellation() argument
3157 jint correctionFlags = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatFlags); in getSingleSatCorrection_1_0_withoutConstellation()
3158 jint satId = env->CallIntMethod(singleSatCorrectionObj, method_correctionSatId); in getSingleSatCorrection_1_0_withoutConstellation()
3160 env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatCarrierFreq); in getSingleSatCorrection_1_0_withoutConstellation()
3162 env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatIsLosProb); in getSingleSatCorrection_1_0_withoutConstellation()
3163 jfloat eplMeters = env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatEpl); in getSingleSatCorrection_1_0_withoutConstellation()
3164 jfloat eplUncMeters = env->CallFloatMethod(singleSatCorrectionObj, method_correctionSatEplUnc); in getSingleSatCorrection_1_0_withoutConstellation()
3170 env->CallObjectMethod(singleSatCorrectionObj, method_correctionSatRefPlane); in getSingleSatCorrection_1_0_withoutConstellation()
3207 jobject singleSatCorrectionObj = in getSingleSatCorrectionList_1_1() local
3211 getSingleSatCorrection_1_0_withoutConstellation(env, singleSatCorrectionObj); in getSingleSatCorrectionList_1_1()
[all …]