Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 25 of 32) sorted by relevance

12

/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp35 int hh, mm, ss; in get_timestamp() local
37 hh = tv.tv_sec/3600%24; in get_timestamp()
40 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp38 int hh, mm, ss; in get_timestamp() local
40 hh = tv.tv_sec/3600%24; in get_timestamp()
43 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
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/msm8998/utils/platform_lib_abstractions/loc_pla/include/
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/msm8909/utils/platform_lib_abstractions/
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/msm8084/platform_lib_abstractions/
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/platform_lib_abstractions/
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/
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/
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/
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/utils/
Dloc_log.cpp234 int hh, mm, ss; in get_timestamp() local
236 hh = tv.tv_sec/3600%24; in get_timestamp()
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8994/utils/
Dloc_log.cpp234 int hh, mm, ss; in get_timestamp() local
236 hh = tv.tv_sec/3600%24; in get_timestamp()
239 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp227 int hh, mm, ss; in get_timestamp() local
229 hh = tv.tv_sec/3600%24; in get_timestamp()
232 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp233 int hh, mm, ss; in get_timestamp() local
235 hh = tv.tv_sec/3600%24; in get_timestamp()
238 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sm8150p/gps/utils/
Dloc_log.cpp230 int hh, mm, ss; in get_timestamp() local
232 hh = tv.tv_sec/3600%24; in get_timestamp()
235 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
Dlog_util.h62 int hh, mm, ss; \
64 hh = tv.tv_sec/3600%24; \
67 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec, ##x); \
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_log.cpp229 int hh, mm, ss; in get_timestamp() local
231 hh = tv.tv_sec/3600%24; in get_timestamp()
234 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sm7150/gps/utils/
Dloc_log.cpp203 int hh, mm, ss; in get_timestamp() local
205 hh = tv.tv_sec/3600%24; in get_timestamp()
208 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
Dlog_util.h67 int hh, mm, ss; \
69 hh = tv.tv_sec/3600%24; \
72 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec, ##x); \
/hardware/qcom/gps/msm8996/utils/
Dloc_log.cpp235 int hh, mm, ss; in get_timestamp() local
237 hh = tv.tv_sec/3600%24; in get_timestamp()
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8909/utils/
Dloc_log.cpp235 int hh, mm, ss; in get_timestamp() local
237 hh = tv.tv_sec/3600%24; in get_timestamp()
240 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/gps/msm8998/utils/
Dloc_log.cpp231 int hh, mm, ss; in get_timestamp() local
233 hh = tv.tv_sec/3600%24; in get_timestamp()
236 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sm7250/gps/utils/
Dloc_log.cpp203 int hh, mm, ss; in get_timestamp() local
205 hh = tv.tv_sec/3600%24; in get_timestamp()
208 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
/hardware/qcom/sm8150/gps/utils/
Dloc_log.cpp203 int hh, mm, ss; in get_timestamp() local
205 hh = tv.tv_sec/3600%24; in get_timestamp()
208 snprintf(str, buf_size, "%02d:%02d:%02d.%06ld", hh, mm, ss, tv.tv_usec); in get_timestamp()
Dlog_util.h67 int hh, mm, ss; \
69 hh = tv.tv_sec/3600%24; \
72 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec, ##x); \

12