Searched refs:hms_string (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp174 char hms_string[80]; /* HH:MM:SS */ local
179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp176 char hms_string[80]; /* HH:MM:SS */ local
181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp174 char hms_string[80]; /* HH:MM:SS */ local
179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp175 char hms_string[80]; /* HH:MM:SS */ local
180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp176 char hms_string[80]; /* HH:MM:SS */ local
181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp172 char hms_string[80]; /* HH:MM:SS */ local
177 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/sdm845/utils/
H A Dloc_log.cpp171 char hms_string[80]; /* HH:MM:SS */ local
176 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
/hardware/qcom/gps/utils/
H A Dloc_log.cpp175 char hms_string[80]; /* HH:MM:SS */ local
180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));

Completed in 42 milliseconds