Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/location_api/
DLocationUtil.h45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out);
DLocationUtil.cpp97 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out) in convertGnssEphemerisType()
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DLocationUtil.h45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out);
DLocationUtil.cpp97 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out) in convertGnssEphemerisType()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h265 } GnssEphemerisType; typedef
611 GnssEphemerisType mEphemerisType;
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h276 } GnssEphemerisType; typedef
641 GnssEphemerisType mEphemerisType;
/hardware/qcom/gps/msm8998/core/
DSystemStatus.h329 GnssEphemerisType mType;
DSystemStatus.cpp622 mP7.mNav[i].mType = GnssEphemerisType(atoi(mField[i*3+2].c_str())); in SystemStatusPQWP7parser()
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatus.h336 GnssEphemerisType mType;
DSystemStatus.cpp626 mP7.mNav[i].mType = GnssEphemerisType(atoi(mField[i*3+2].c_str())); in SystemStatusPQWP7parser()