Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp486 jobject excessPathInfoObj = env->CallObjectMethod(excessPathInfoListObj, method_listGet, i); in getExcessPathInfoList() local
487 list[i] = getExcessPathInfo(env, excessPathInfoObj); in getExcessPathInfoList()
488 env->DeleteLocalRef(excessPathInfoObj); in getExcessPathInfoList()
495 jobject excessPathInfoObj) { in getExcessPathInfo() argument
497 jint flags = env->CallIntMethod(excessPathInfoObj, method_excessPathInfoFlags); in getExcessPathInfo()
500 jfloat epl = env->CallFloatMethod(excessPathInfoObj, method_excessPathInfoEpl); in getExcessPathInfo()
504 jfloat eplUnc = env->CallFloatMethod(excessPathInfoObj, method_excessPathInfoEplUnc); in getExcessPathInfo()
510 env->CallObjectMethod(excessPathInfoObj, method_excessPathInfoRefPlane); in getExcessPathInfo()
519 env->CallFloatMethod(excessPathInfoObj, method_excessPathInfoAttenuation); in getExcessPathInfo()