HomeSort by relevance Sort by last modified time
    Searched refs:locationExtended (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.h 39 void loc_eng_nmea_generate_sv(loc_eng_data_s_type *loc_eng_data_p, const GpsSvStatus &svStatus, const GpsLocationExtended &locationExtended);
40 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
LocEngAdapter.cpp 171 GpsLocationExtended &locationExtended,
178 locationExtended,
186 GpsLocationExtended &locationExtended,
192 locationExtended,
197 locationExtended,
205 GpsLocationExtended &locationExtended,
208 locationExtended, svExt));
212 GpsLocationExtended &locationExtended,
219 if (! mUlp->reportSv(svStatus, locationExtended, svExt)) {
220 mInternalAdapter->reportSv(svStatus, locationExtended, svExt)
    [all...]
loc_eng_nmea.cpp 118 const GpsLocationExtended &locationExtended,
188 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_DOP)
189 { // dop is in locationExtended, (QMI)
191 locationExtended.pdop,
192 locationExtended.hdop,
193 locationExtended.vdop);
220 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_MAG_DEV)
222 float magTrack = location.gpsLocation.bearing - locationExtended.magneticDeviation;
387 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_MAG_DEV)
389 float magneticVariation = locationExtended.magneticDeviation
    [all...]
LocEngAdapter.h 54 GpsLocationExtended &locationExtended,
59 GpsLocationExtended &locationExtended,
270 GpsLocationExtended &locationExtended,
275 GpsLocationExtended &locationExtended,
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.h 39 void loc_eng_nmea_generate_sv(loc_eng_data_s_type *loc_eng_data_p, const GpsSvStatus &svStatus, const GpsLocationExtended &locationExtended);
40 void loc_eng_nmea_generate_pos(loc_eng_data_s_type *loc_eng_data_p, const UlpLocation &location, const GpsLocationExtended &locationExtended, unsigned char generate_nmea);
LocEngAdapter.cpp 102 GpsLocationExtended &locationExtended,
109 locationExtended,
117 GpsLocationExtended &locationExtended,
123 locationExtended,
128 locationExtended,
136 GpsLocationExtended &locationExtended,
139 locationExtended, svExt));
143 GpsLocationExtended &locationExtended,
150 if (! mUlp->reportSv(svStatus, locationExtended, svExt)) {
151 mInternalAdapter->reportSv(svStatus, locationExtended, svExt)
    [all...]
loc_eng_nmea.cpp 114 const GpsLocationExtended &locationExtended,
184 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_DOP)
185 { // dop is in locationExtended, (QMI)
187 locationExtended.pdop,
188 locationExtended.hdop,
189 locationExtended.vdop);
216 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_MAG_DEV)
218 float magTrack = location.gpsLocation.bearing - locationExtended.magneticDeviation;
383 if (locationExtended.flags & GPS_LOCATION_EXTENDED_HAS_MAG_DEV)
385 float magneticVariation = locationExtended.magneticDeviation
    [all...]
LocEngAdapter.h 54 GpsLocationExtended &locationExtended,
59 GpsLocationExtended &locationExtended,
243 GpsLocationExtended &locationExtended,
248 GpsLocationExtended &locationExtended,
  /hardware/qcom/gps/msm8960/core/
UlpProxyBase.h 46 GpsLocationExtended &locationExtended,
53 GpsLocationExtended &locationExtended,
LocAdapterBase.h 79 GpsLocationExtended &locationExtended,
84 GpsLocationExtended &locationExtended,
LocAdapterBase.cpp 77 GpsLocationExtended &locationExtended,
85 GpsLocationExtended &locationExtended,
LocApiBase.h 89 GpsLocationExtended &locationExtended,
95 GpsLocationExtended &locationExtended,
LocApiBase.cpp 194 GpsLocationExtended &locationExtended,
202 locationExtended,
210 GpsLocationExtended &locationExtended,
216 locationExtended,
  /hardware/qcom/gps/core/
UlpProxyBase.h 55 GpsLocationExtended &locationExtended,
62 GpsLocationExtended &locationExtended,
LocAdapterBase.cpp 69 GpsLocationExtended &locationExtended,
77 GpsLocationExtended &locationExtended,
LocAdapterBase.h 81 GpsLocationExtended &locationExtended,
86 GpsLocationExtended &locationExtended,
LocApiBase.h 103 GpsLocationExtended &locationExtended,
109 GpsLocationExtended &locationExtended,
LocApiBase.cpp 224 GpsLocationExtended &locationExtended,
232 locationExtended,
240 GpsLocationExtended &locationExtended,
246 locationExtended,
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 684 GpsLocationExtended locationExtended = {0};
687 locationExtended.size = sizeof(locationExtended);
748 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_ALTITUDE_MEAN_SEA_LEVEL;
749 locationExtended.altitudeMeanSeaLevel = location_report_ptr->altitude_wrt_mean_sea_level;
754 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_MAG_DEV;
755 locationExtended.magneticDeviation = location_report_ptr->magnetic_deviation;
760 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_VERT_UNC;
761 locationExtended.vert_unc = location_report_ptr->vert_unc;
766 locationExtended.flags |= GPS_LOCATION_EXTENDED_HAS_SPEED_UNC
    [all...]

Completed in 766 milliseconds