/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/ |
D | platform_lib_log_util.cpp | 35 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/ |
D | platform_lib_log_util.cpp | 38 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/ |
D | platform_lib_macros.h | 53 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/ |
D | platform_lib_macros.h | 53 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/ |
D | platform_lib_macros.h | 38 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/ |
D | platform_lib_macros.h | 38 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/ |
D | platform_lib_macros.h | 38 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/ |
D | platform_lib_macros.h | 38 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/ |
D | platform_lib_macros.h | 38 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/ |
D | platform_lib_macros.h | 38 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/ |
D | loc_log.cpp | 234 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/ |
D | loc_log.cpp | 234 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/ |
D | loc_log.cpp | 227 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/ |
D | loc_log.cpp | 233 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/ |
D | loc_log.cpp | 230 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()
|
D | log_util.h | 62 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/ |
D | loc_log.cpp | 229 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/ |
D | loc_log.cpp | 203 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()
|
D | log_util.h | 67 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/ |
D | loc_log.cpp | 235 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/ |
D | loc_log.cpp | 235 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/ |
D | loc_log.cpp | 231 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/ |
D | loc_log.cpp | 203 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/ |
D | loc_log.cpp | 203 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()
|
D | log_util.h | 67 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); \
|