Searched refs:monotonic (Results 1 – 9 of 9) sorted by relevance
60 void calculateCorrection(const log_time& monotonic, const char* real_string, ssize_t len);
99 bool monotonic; variable114 return monotonic; in isMonotonic()
32 # s: Number of seconds (monotonic time)
57 bool lastMonotonic = monotonic; in init()58 monotonic = android_log_clockid() == CLOCK_MONOTONIC; in init()59 if (lastMonotonic != monotonic) { in init()79 if (monotonic) { in init()117 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer()
265 void LogKlog::calculateCorrection(const log_time& monotonic, in calculateCorrection() argument288 if (monotonic > real) { in calculateCorrection()291 correction = real - monotonic; in calculateCorrection()
1317 struct timespec monotonic; in convertMonotonic() local1336 e = readSeconds(e, &monotonic); in convertMonotonic()1358 suspended_monotonic = monotonic; in convertMonotonic()1393 subTimespec(&list->convert, &time, &monotonic); in convertMonotonic()
33 # s: Number of seconds (monotonic time)60 # Device boot timings. We include monotonic clock values because the