Searched refs:speedKnots (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp249 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
252 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
346 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
347 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp246 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
249 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
343 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
344 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp249 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
252 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
346 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
347 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp242 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
245 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
339 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
340 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp249 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
252 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
346 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
347 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp250 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
253 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
347 float speedKnots = location.gpsLocation.speed * (3600.0/1852.0); local
348 length = snprintf(pMarker, lengthRemaining, "%.1lf,", speedKnots);

Completed in 67 milliseconds