Searched refs:get_timestamp (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | log_util.h | 90 extern char* get_timestamp(char* str, unsigned long buf_size); 143 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
|
D | loc_log.cpp | 222 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
|
/hardware/qcom/gps/msm8084/utils/ |
D | log_util.h | 90 extern char* get_timestamp(char* str, unsigned long buf_size); 153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
|
D | loc_log.cpp | 228 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
|
/hardware/qcom/gps/utils/ |
D | log_util.h | 90 extern char* get_timestamp(char* str, unsigned long buf_size); 153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
|
D | loc_log.cpp | 229 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
|
/hardware/qcom/gps/msm8974/utils/ |
D | log_util.h | 90 extern char* get_timestamp(char* str, unsigned long buf_size); 153 get_timestamp(ts, sizeof(ts)), ID, WHAT, __LINE__, VAL); \
|
D | loc_log.cpp | 228 char * get_timestamp(char *str, unsigned long buf_size) in get_timestamp() function
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.h | 161 MIX_RESULT (*get_timestamp) (MixAudio *mix, guint64 *msecs); member
|
D | mixaudio.c | 209 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()
|