Searched refs:gpsLocation (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp128 time_t utcTime(location.gpsLocation.timestamp/1000);
217 if (location.gpsLocation.flags & GPS_LOCATION_HAS_BEARING)
219 float magTrack = location.gpsLocation.bearing;
222 float magTrack = location.gpsLocation.bearing - locationExtended.magneticDeviation;
229 length = snprintf(pMarker, lengthRemaining, "$GPVTG,%.1lf,T,%.1lf,M,", location.gpsLocation.bearing, magTrack);
244 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
246 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
247 float speedKmPerHour = location.gpsLocation.speed * 3.6;
264 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
292 if (location.gpsLocation
[all...]
H A Dloc_eng.cpp766 !((mLocation.gpsLocation.flags &
769 (mLocation.gpsLocation.accuracy >
818 mLocation.gpsLocation.flags, mLocation.position_source,
819 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude,
820 mLocation.gpsLocation.altitude, mLocation.gpsLocation.speed,
821 mLocation.gpsLocation.bearing, mLocation.gpsLocation.accuracy,
822 mLocation.gpsLocation
[all...]
H A Dloc.cpp1148 gps_loc_cb(&location->gpsLocation);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp124 time_t utcTime(location.gpsLocation.timestamp/1000);
213 if (location.gpsLocation.flags & GPS_LOCATION_HAS_BEARING)
215 float magTrack = location.gpsLocation.bearing;
218 float magTrack = location.gpsLocation.bearing - locationExtended.magneticDeviation;
225 length = snprintf(pMarker, lengthRemaining, "$GPVTG,%.1lf,T,%.1lf,M,", location.gpsLocation.bearing, magTrack);
240 if (location.gpsLocation.flags & GPS_LOCATION_HAS_SPEED)
242 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
243 float speedKmPerHour = location.gpsLocation.speed * 3.6;
260 if (!(location.gpsLocation.flags & GPS_LOCATION_HAS_LAT_LONG))
288 if (location.gpsLocation
[all...]
H A Dloc_eng.cpp708 !((mLocation.gpsLocation.flags &
711 (mLocation.gpsLocation.accuracy >
757 mLocation.gpsLocation.flags, mLocation.position_source,
758 mLocation.gpsLocation.latitude, mLocation.gpsLocation.longitude,
759 mLocation.gpsLocation.altitude, mLocation.gpsLocation.speed,
760 mLocation.gpsLocation.bearing, mLocation.gpsLocation.accuracy,
761 mLocation.gpsLocation
[all...]
H A Dloc.cpp894 gps_loc_cb(&location->gpsLocation);
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpc.cpp700 location.gpsLocation.flags |= GPS_LOCATION_HAS_LAT_LONG;
701 location.gpsLocation.latitude = location_report_ptr->latitude;
702 location.gpsLocation.longitude = location_report_ptr->longitude;
707 location.gpsLocation.timestamp = location_report_ptr->timestamp_utc;
713 location.gpsLocation.flags |= GPS_LOCATION_HAS_ALTITUDE;
714 location.gpsLocation.altitude = location_report_ptr->altitude_wrt_ellipsoid;
721 location.gpsLocation.flags |= GPS_LOCATION_HAS_SPEED;
722 location.gpsLocation.speed = sqrt(location_report_ptr->speed_horizontal * location_report_ptr->speed_horizontal +
729 location.gpsLocation.flags |= GPS_LOCATION_HAS_BEARING;
730 location.gpsLocation
[all...]
/hardware/qcom/gps/msm8960/core/
H A Dgps_extended_c.h66 GpsLocation gpsLocation; member in struct:__anon1773
/hardware/qcom/gps/core/
H A Dgps_extended_c.h82 GpsLocation gpsLocation; member in struct:__anon1687

Completed in 68 milliseconds