Searched refs:time_string (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | loc_log.cpp | 169 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument 179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time() 181 return time_string; in loc_get_time()
|
D | loc_log.h | 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
|
/hardware/qcom/gps/utils/ |
D | loc_log.cpp | 169 char *loc_get_time(char *time_string, unsigned long buf_size) in loc_get_time() argument 179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time() 181 return time_string; in loc_get_time()
|
D | loc_log.h | 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
|