Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp98 static const int log_interval = 60; in hwc_vsync_thread() local
139 if (rt.tv_sec - last_logged > log_interval) { in hwc_vsync_thread()
140 ALOGI("Sent %d syncs in %ds", sent - last_sent, log_interval); in hwc_vsync_thread()