Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_time.cpp27 LIBLOG_ABI_PRIVATE const timespec log_time::EPOCH = { 0, 0 }; member in log_time
140 return *this = EPOCH; in operator -=()
168 return *this = EPOCH; in operator -=()
/system/core/logd/
DLogReader.cpp66 log_time start(log_time::EPOCH); in onDataAvailable()
121 if (start != log_time::EPOCH) { in onDataAvailable()
DLogKlog.cpp215 ? log_time::EPOCH
294 real = log_time::EPOCH; in calculateCorrection()
299 correction = log_time::EPOCH; in calculateCorrection()
369 correction = (real < mono) ? log_time::EPOCH : (real - mono); in sniffTime()
385 correction = log_time::EPOCH; in sniffTime()
/system/core/logcat/
Dlogcat.cpp447 log_time retval(log_time::EPOCH); in lastLogTime()
501 log_time t(log_time::EPOCH); in lastLogTime()
527 if (retval == log_time::EPOCH) { in lastLogTime()
557 log_time tail_time(log_time::EPOCH); in main()
831 if ((tail_time == log_time::EPOCH) && (tail_lines == 0)) { in main()
1015 if (tail_time != log_time::EPOCH) { in main()
/system/core/include/log/
Dlog_read.h49 static const timespec EPOCH; member