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

/system/core/logd/
H A DFlushCommand.h42 log_time start = LogTimeEntry::EPOCH);
H A DLogReader.cpp58 log_time start(log_time::EPOCH);
104 if (start == log_time::EPOCH) {
105 start = LogTimeEntry::EPOCH;
120 , last(LogTimeEntry::EPOCH)
145 logbuf().flushTo(cli, LogTimeEntry::EPOCH,
H A DLogTimes.h52 static const struct timespec EPOCH; member in class:LogTimeEntry
H A DLogTimes.cpp26 const struct timespec LogTimeEntry::EPOCH = { 0, 1 }; member in class:LogTimeEntry
H A DLogBuffer.cpp177 log_time end = log_time::EPOCH;
/system/core/liblog/
H A Dlog_time.cpp26 const timespec log_time::EPOCH = { 0, 0 }; member in class:log_time
137 // No concept of negative time, clamp to EPOCH
139 return *this = EPOCH;
154 // No concept of negative time, clamp to EPOCH
156 return *this = EPOCH;
/system/core/include/log/
H A Dlog_read.h49 static const timespec EPOCH; member in struct:log_time
/system/core/logcat/
H A Dlogcat.cpp328 log_time tail_time(log_time::EPOCH);
698 if (tail_time != log_time::EPOCH) {

Completed in 741 milliseconds