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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 246 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
249 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
343 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
344 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 242 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
245 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
339 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0);
340 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);

Completed in 135 milliseconds