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

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

Completed in 53 milliseconds