Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/location_api/
DLocationUtil.h46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out);
DLocationUtil.cpp113 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out) in convertGnssEphemerisSource()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DLocationUtil.h46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out);
DLocationUtil.cpp113 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out) in convertGnssEphemerisSource()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h273 } GnssEphemerisSource; typedef
612 GnssEphemerisSource mEphemerisSource;
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h284 } GnssEphemerisSource; typedef
642 GnssEphemerisSource mEphemerisSource;
/hardware/qcom/gps/msm8998/core/
DSystemStatus.h330 GnssEphemerisSource mSource;
DSystemStatus.cpp623 mP7.mNav[i].mSource = GnssEphemerisSource(atoi(mField[i*3+3].c_str())); in SystemStatusPQWP7parser()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.h337 GnssEphemerisSource mSource;
DSystemStatus.cpp627 mP7.mNav[i].mSource = GnssEphemerisSource(atoi(mField[i*3+3].c_str())); in SystemStatusPQWP7parser()