Home
last modified time | relevance | path

Searched refs:curr_time (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/sm8150/gps/utils/
DLogBuffer.cpp153 struct tm *curr_time = localtime(&now); in signalHandler() local
156 (1900 + curr_time->tm_year), ( 1 + curr_time->tm_mon), curr_time->tm_mday, in signalHandler()
157 curr_time->tm_hour, curr_time->tm_min, curr_time->tm_sec); in signalHandler()
/hardware/qcom/sm7150/gps/utils/
DLogBuffer.cpp153 struct tm *curr_time = localtime(&now); in signalHandler() local
156 (1900 + curr_time->tm_year), ( 1 + curr_time->tm_mon), curr_time->tm_mday, in signalHandler()
157 curr_time->tm_hour, curr_time->tm_min, curr_time->tm_sec); in signalHandler()
/hardware/knowles/athletico/sound_trigger_hal/tests/
Dcrash_event_logger.c247 char curr_time[MAX_TIMESTR_LEN]; in dump_crash_log() local
266 strftime(curr_time, 64, "%F_%H_%M_%S", tm); in dump_crash_log()
267 strcat(file_name, curr_time); in dump_crash_log()
289 split_crash_dump_file(file_name, curr_time); in dump_crash_log()
313 char curr_time[MAX_TIMESTR_LEN]; in dump_reg_access_hist_log() local
332 strftime(curr_time, 64, "%F_%H_%M_%S", tm); in dump_reg_access_hist_log()
333 strcat(file_name, curr_time); in dump_reg_access_hist_log()