Home
last modified time | relevance | path

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

/system/core/lmkd/
Dlmkd.c1698 static struct timespec last_report_tm; in mp_event_common() local
1718 if (get_time_diff_ms(&last_report_tm, &curr_tm) < FAIL_REPORT_RLIMIT_MS) { in mp_event_common()
1747 last_report_tm = curr_tm; in mp_event_common()
1945 struct timespec last_report_tm, curr_tm; in mainloop() local
1958 delay = get_time_diff_ms(&last_report_tm, &curr_tm); in mainloop()
1966 if (get_time_diff_ms(&last_report_tm, &curr_tm) >= PSI_POLL_PERIOD_MS) { in mainloop()
1969 last_report_tm = curr_tm; in mainloop()
2018 clock_gettime(CLOCK_MONOTONIC_COARSE, &last_report_tm); in mainloop()