Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h46 static const uint32_t EPOCH_PLUS_MINUTE = 60; in isMonotonic() local
60 if (now.tv_sec < EPOCH_PLUS_MINUTE) { in isMonotonic()
66 if ((cpu.tv_sec + EPOCH_PLUS_MINUTE) >= now.tv_sec) { in isMonotonic()