/hardware/qcom/gps/msm8960/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()
|
/hardware/qcom/sdm845/gps/msm8084/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()
|
/hardware/qcom/sdm845/gps/utils/ |
D | loc_log.cpp | 175 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 181 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 | 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()
|
/hardware/qcom/sdm845/gps/msm8960/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()
|
/hardware/qcom/gps/utils/ |
D | loc_log.cpp | 175 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8994/utils/ |
D | loc_log.cpp | 175 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/sdm845/gps/msm8994/utils/ |
D | loc_log.cpp | 175 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8996/utils/ |
D | loc_log.cpp | 176 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | loc_log.cpp | 171 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 176 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/sdm845/gps/msm8996/utils/ |
D | loc_log.cpp | 176 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/sdm845/gps/msm8998/utils/ |
D | loc_log.cpp | 172 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 177 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/sdm845/gps/msm8909/utils/ |
D | loc_log.cpp | 176 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8909w_3100/utils/ |
D | loc_log.cpp | 170 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 175 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 176 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8909/utils/ |
D | loc_log.cpp | 176 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 181 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 182 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|
/hardware/qcom/gps/msm8998/utils/ |
D | loc_log.cpp | 172 char hms_string[80]; /* HH:MM:SS */ in loc_get_time() local 177 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time() 178 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000)); in loc_get_time()
|