Searched refs:convertSatelliteInfo (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.h254 static void convertSatelliteInfo(std::vector<GnssDebugSatelliteInfo>& out,
H A DGnssAdapter.cpp2624 void GnssAdapter::convertSatelliteInfo(std::vector<GnssDebugSatelliteInfo>& out, function in class:GnssAdapter
2845 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GPS, reports);
2846 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GLONASS, reports);
2847 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_QZSS, reports);
2848 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_BEIDOU, reports);
2849 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GALILEO, reports);
/hardware/qcom/gps/sdm845/gnss/
H A DGnssAdapter.h254 static void convertSatelliteInfo(std::vector<GnssDebugSatelliteInfo>& out,
H A DGnssAdapter.cpp2642 void GnssAdapter::convertSatelliteInfo(std::vector<GnssDebugSatelliteInfo>& out, function in class:GnssAdapter
2867 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GPS, reports);
2868 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GLONASS, reports);
2869 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_QZSS, reports);
2870 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_BEIDOU, reports);
2871 convertSatelliteInfo(r.mSatelliteInfo, GNSS_SV_TYPE_GALILEO, reports);

Completed in 35 milliseconds