Searched refs:mSatelliteInfo (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/gps/msm8998/android/ |
D | GnssDebug.cpp | 111 for (uint32_t i=0; i<reports.mSatelliteInfo.size(); i++) { in getDebugData() 113 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData() 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData() 117 reports.mSatelliteInfo[i].mEphemerisType, s.ephemerisType); in getDebugData() 119 reports.mSatelliteInfo[i].mEphemerisSource, s.ephemerisSource); in getDebugData() 121 reports.mSatelliteInfo[i].mEphemerisHealth, s.ephemerisHealth); in getDebugData() 124 reports.mSatelliteInfo[i].ephemerisAgeSeconds; in getDebugData() 126 reports.mSatelliteInfo[i].serverPredictionIsAvailable; in getDebugData() 128 reports.mSatelliteInfo[i].serverPredictionAgeSeconds; in getDebugData()
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | GnssDebug.cpp | 111 for (uint32_t i=0; i<reports.mSatelliteInfo.size(); i++) { in getDebugData() 113 s.svid = reports.mSatelliteInfo[i].svid; in getDebugData() 115 reports.mSatelliteInfo[i].constellation, s.constellation); in getDebugData() 117 reports.mSatelliteInfo[i].mEphemerisType, s.ephemerisType); in getDebugData() 119 reports.mSatelliteInfo[i].mEphemerisSource, s.ephemerisSource); in getDebugData() 121 reports.mSatelliteInfo[i].mEphemerisHealth, s.ephemerisHealth); in getDebugData() 124 reports.mSatelliteInfo[i].ephemerisAgeSeconds; in getDebugData() 126 reports.mSatelliteInfo[i].serverPredictionIsAvailable; in getDebugData() 128 reports.mSatelliteInfo[i].serverPredictionAgeSeconds; in getDebugData()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.cpp | 2845 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GPS, reports); in getDebugReport() 2846 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GLONASS, reports); in getDebugReport() 2847 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_QZSS, reports); in getDebugReport() 2848 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_BEIDOU, reports); in getDebugReport() 2849 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GALILEO, reports); in getDebugReport() 2850 LOC_LOGV("getDebugReport - satellite=%lu", r.mSatelliteInfo.size()); in getDebugReport()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.cpp | 2965 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GPS, reports); in getDebugReport() 2966 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GLONASS, reports); in getDebugReport() 2967 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_QZSS, reports); in getDebugReport() 2968 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_BEIDOU, reports); in getDebugReport() 2969 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GALILEO, reports); in getDebugReport() 2970 LOC_LOGV("getDebugReport - satellite=%zu", r.mSatelliteInfo.size()); in getDebugReport()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 623 std::vector<GnssDebugSatelliteInfo> mSatelliteInfo; member
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.h | 653 std::vector<GnssDebugSatelliteInfo> mSatelliteInfo; member
|