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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Domx_swvdec_utils.cpp165 char time_string[16]; local
179 strftime(time_string, sizeof(time_string), "%Y%m%dT%H%M%S", time_info);
184 snprintf(time_string, sizeof(time_string), "19700101T000000");
192 time_string);
199 time_string);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
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/msm8909/utils/
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
H A Dloc_log.cpp163 The pointer time_string should point to a buffer of at least 13 bytes:
171 char *loc_get_time(char *time_string, size_t buf_size) argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
183 return time_string;
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
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/msm8994/utils/
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
H A Dloc_log.cpp162 The pointer time_string should point to a buffer of at least 13 bytes:
170 char *loc_get_time(char *time_string, unsigned long buf_size) argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
182 return time_string;
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
H A Dloc_log.cpp163 The pointer time_string should point to a buffer of at least 13 bytes:
171 char *loc_get_time(char *time_string, size_t buf_size) argument
181 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
183 return time_string;
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.h65 extern char *loc_get_time(char *time_string, size_t buf_size);
H A Dloc_log.cpp159 The pointer time_string should point to a buffer of at least 13 bytes:
167 char *loc_get_time(char *time_string, size_t buf_size) argument
177 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
179 return time_string;
/hardware/qcom/gps/utils/
H A Dloc_log.h62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
H A Dloc_log.cpp162 The pointer time_string should point to a buffer of at least 13 bytes:
170 char *loc_get_time(char *time_string, unsigned long buf_size) argument
180 snprintf(time_string, buf_size, "%s.%03d", hms_string, (int) (now.tv_usec / 1000));
182 return time_string;

Completed in 69 milliseconds