Searched refs:hh (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
H A Dplatform_lib_log_util.cpp38 int hh, mm, ss; local
40 hh = tv.tv_sec/3600%24;
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/sdm845/utils/platform_lib_abstractions/loc_pla/src/
H A Dplatform_lib_log_util.cpp35 int hh, mm, ss; local
37 hh = tv.tv_sec/3600%24;
40 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
H A Dplatform_lib_macros.h38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
H A Dplatform_lib_macros.h38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
H A Dplatform_lib_macros.h38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h53 int hh, mm, ss; \
55 hh = tv.tv_sec/3600%24; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/platform_lib_abstractions/
H A Dplatform_lib_macros.h38 int hh, mm, ss; \
40 hh = tv.tv_sec/3600%24; \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/sdm845/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h53 int hh, mm, ss; \
55 hh = tv.tv_sec/3600%24; \
58 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp233 int hh, mm, ss; local
235 hh = tv.tv_sec/3600%24;
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp235 int hh, mm, ss; local
237 hh = tv.tv_sec/3600%24;
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp227 int hh, mm, ss; local
229 hh = tv.tv_sec/3600%24;
232 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp234 int hh, mm, ss; local
236 hh = tv.tv_sec/3600%24;
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp235 int hh, mm, ss; local
237 hh = tv.tv_sec/3600%24;
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp231 int hh, mm, ss; local
233 hh = tv.tv_sec/3600%24;
236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/sdm845/utils/
H A Dloc_log.cpp230 int hh, mm, ss; local
232 hh = tv.tv_sec/3600%24;
235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);
/hardware/qcom/gps/utils/
H A Dloc_log.cpp234 int hh, mm, ss; local
236 hh = tv.tv_sec/3600%24;
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec);

Completed in 266 milliseconds