Home
last modified time | relevance | path

Searched refs:get_timestamp (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/gps/msm8994/utils/
Dlog_util.h90 extern char* get_timestamp(char* str, unsigned long buf_size);
131 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp230 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/utils/
Dlog_util.h90 extern char* get_timestamp(char* str, unsigned long buf_size);
131 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp230 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8084/utils/
Dlog_util.h90 extern char* get_timestamp(char* str, unsigned long buf_size);
153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp229 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8960/utils/
Dlog_util.h90 extern char* get_timestamp(char* str, unsigned long buf_size);
143 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp223 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8909w_3100/utils/
Dlog_util.h92 extern char* get_timestamp(char* str, unsigned long buf_size);
133 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp225 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h91 char* get_timestamp(char* str, unsigned long buf_size);
132 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
Dplatform_lib_log_util.h91 char* get_timestamp(char* str, unsigned long buf_size);
132 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
/hardware/qcom/gps/msm8996/utils/
Dlog_util.h92 extern char* get_timestamp(char* str, unsigned long buf_size);
133 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp231 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8998/utils/
Dlog_util.h92 extern char* get_timestamp(char* str, unsigned long buf_size);
133 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp227 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp31 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
Dplatform_lib_log_util.cpp34 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/qcom/gps/msm8909/utils/
Dlog_util.h92 extern char* get_timestamp(char* str, unsigned long buf_size);
155 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
Dloc_log.cpp231 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
/hardware/intel/common/libmix/mix_audio/src/
Dmixaudio.h161 MIX_RESULT (*get_timestamp) (MixAudio *mix, guint64 *msecs); member
Dmixaudio.c209 klass->get_timestamp = mix_audio_get_timestamp_default; in mix_audio_class_init()
1784 if (!klass->get_timestamp) in mix_audio_get_timestamp()
1787 return klass->get_timestamp(mix, msecs); in mix_audio_get_timestamp()