Searched refs:hms_string (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/gps/msm8974/utils/ |
D | loc_log.cpp | 173 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_log.cpp | 173 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8960/utils/ |
D | loc_log.cpp | 173 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 178 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 179 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/utils/ |
D | loc_log.cpp | 174 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|