Searched refs:MIN_HIST_AGE (Results 1 – 2 of 2) sorted by relevance
196 …static const int MIN_HIST_AGE = 200; ///< If the latest history entry is at least this ms old, a n… variable
859 if (history.isEmpty() || timestamp - history.constLast().timestamp > MIN_HIST_AGE) { in processChanged()