Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DMeasurementCorrections.cpp47 using ExcessPathInfo = SingleSatCorrection_Aidl::ExcessPathInfo; typedef
395 std::vector<ExcessPathInfo> excessPathInfos = in getSingleSatCorrection_Aidl()
478 std::vector<ExcessPathInfo> MeasurementCorrectionsUtil::getExcessPathInfoList( in getExcessPathInfoList()
484 std::vector<ExcessPathInfo> list(len); in getExcessPathInfoList()
494 ExcessPathInfo MeasurementCorrectionsUtil::getExcessPathInfo(JNIEnv* env, in getExcessPathInfo()
496 ExcessPathInfo excessPathInfo; in getExcessPathInfo()
499 if ((flags & ExcessPathInfo::EXCESS_PATH_INFO_HAS_EXCESS_PATH_LENGTH) != 0) { in getExcessPathInfo()
503 if ((flags & ExcessPathInfo::EXCESS_PATH_INFO_HAS_EXCESS_PATH_LENGTH_UNC) != 0) { in getExcessPathInfo()
507 if ((flags & ExcessPathInfo::EXCESS_PATH_INFO_HAS_REFLECTING_PLANE) != 0) { in getExcessPathInfo()
517 if ((flags & ExcessPathInfo::EXCESS_PATH_INFO_HAS_ATTENUATION) != 0) { in getExcessPathInfo()
DMeasurementCorrections.h139 android::hardware::gnss::measurement_corrections::SingleSatCorrection::ExcessPathInfo>
141 static android::hardware::gnss::measurement_corrections::SingleSatCorrection::ExcessPathInfo
/frameworks/base/location/java/android/location/
DGnssExcessPathInfo.java19 import static android.hardware.gnss.measurement_corrections.SingleSatCorrection.ExcessPathInfo.EXCE…
20 import static android.hardware.gnss.measurement_corrections.SingleSatCorrection.ExcessPathInfo.EXCE…
21 import static android.hardware.gnss.measurement_corrections.SingleSatCorrection.ExcessPathInfo.EXCE…
22 import static android.hardware.gnss.measurement_corrections.SingleSatCorrection.ExcessPathInfo.EXCE…