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

  /hardware/qcom/gps/msm8084/utils/
loc_log.cpp 173 char hms_string[80]; /* HH:MM:SS */ local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
  /hardware/qcom/gps/msm8909/utils/
loc_log.cpp 175 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/msm8960/utils/
loc_log.cpp 173 char hms_string[80]; /* HH:MM:SS */ local
178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm);
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
  /hardware/qcom/gps/msm8994/utils/
loc_log.cpp 174 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/msm8996/utils/
loc_log.cpp 175 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/msm8998/utils/
loc_log.cpp 171 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/
loc_log.cpp 174 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));

Completed in 247 milliseconds