Lines Matching refs:gpsLocation
1674 mApi.getBestAvailableZppFix(location.gpsLocation, locationExtended, in getZppCommand()
1677 location.gpsLocation.flags |= LOCATION_HAS_SOURCE_INFO; in getZppCommand()
1956 !((ulpLocation.gpsLocation.flags & in reportPosition()
1959 (ulpLocation.gpsLocation.accuracy > in reportPosition()
1968 convertLocation(location, ulpLocation.gpsLocation, locationExtended, techMask); in reportPosition()
1983 bool blank_fix = ((0 == ulpLocation.gpsLocation.latitude) && in reportPosition()
1984 (0 == ulpLocation.gpsLocation.longitude) && in reportPosition()
2894 reports.mLocation.back().mLocation.gpsLocation.latitude; in getDebugReport()
2896 reports.mLocation.back().mLocation.gpsLocation.longitude; in getDebugReport()
2898 reports.mLocation.back().mLocation.gpsLocation.altitude; in getDebugReport()
2900 (double)(reports.mLocation.back().mLocation.gpsLocation.speed); in getDebugReport()
2902 (double)(reports.mLocation.back().mLocation.gpsLocation.bearing); in getDebugReport()
2904 (double)(reports.mLocation.back().mLocation.gpsLocation.accuracy); in getDebugReport()