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

  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 247 float speedKmPerHour = location.gpsLocation.speed * 3.6;
249 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 243 float speedKmPerHour = location.gpsLocation.speed * 3.6;
245 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);

Completed in 37 milliseconds