Searched refs:hourSec (Results 1 - 1 of 1) sorted by relevance

/system/core/logd/
H A DLogStatistics.cpp32 static const uint64_t hourSec = 60 * 60; variable
33 static const uint64_t monthSec = 31 * 24 * hourSec;
117 if (diff.tv_sec > hourSec) {
120 if ((diff > stamp) && ((diff - stamp).tv_sec < hourSec)) {

Completed in 73 milliseconds