Home
last modified time | relevance | path

Searched refs:hms_string (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8974/utils/
Dloc_log.cpp173 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp173 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp173 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
/hardware/qcom/gps/utils/
Dloc_log.cpp174 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local
179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()