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

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp250 float speedKmPerHour = location.gpsLocation.speed * 3.6; local
252 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp247 float speedKmPerHour = location.gpsLocation.speed * 3.6; local
249 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp250 float speedKmPerHour = location.gpsLocation.speed * 3.6; local
252 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp243 float speedKmPerHour = location.gpsLocation.speed * 3.6; local
245 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp250 float speedKmPerHour = location.gpsLocation.speed * 3.6; local
252 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp251 float speedKmPerHour = location.gpsLocation.speed * 3.6; local
253 length = snprintf(pMarker, lengthRemaining, "%.1lf,N,%.1lf,K,", speedKnots, speedKmPerHour);

Completed in 10 milliseconds