Searched defs:time_string (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp161 The pointer time_string should point to a buffer of at least 13 bytes:
169 char *loc_get_time(char *time_string, unsigned long buf_size) argument
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
181 return time_string;
/hardware/qcom/gps/utils/
H A Dloc_log.cpp161 The pointer time_string should point to a buffer of at least 13 bytes:
169 char *loc_get_time(char *time_string, unsigned long buf_size) argument
179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
181 return time_string;

Completed in 116 milliseconds