Home
last modified time | relevance | path

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

/system/core/logd/
DLogKlog.h26 class LogKlog : public SocketListener {
42 LogKlog(LogBuffer* buf, LogReader* reader, int fdWrite, int fdRead,
DLogKlog.cpp200 log_time LogKlog::correction = (log_time(CLOCK_REALTIME) < log_time(CLOCK_MONOTONIC))
204 LogKlog::LogKlog(LogBuffer* buf, LogReader* reader, int fdWrite, int fdRead, in LogKlog() function in LogKlog
221 bool LogKlog::onDataAvailable(SocketClient* cli) { in onDataAvailable()
265 void LogKlog::calculateCorrection(const log_time& monotonic, in calculateCorrection()
295 log_time LogKlog::sniffTime(const char*& buf, ssize_t len, bool reverse) { in sniffTime()
368 pid_t LogKlog::sniffPid(const char*& buf, ssize_t len) { in sniffPid()
436 void LogKlog::synchronize(const char* buf, ssize_t len) { in synchronize()
542 int LogKlog::log(const char* buf, ssize_t len) { in log()
Dmain.cpp333 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg()
529 LogKlog* kl = nullptr; in main()
531 kl = new LogKlog(logBuf, reader, fdDmesg, fdPmesg, al != nullptr); in main()
DAndroid.bp48 "LogKlog.cpp",
DLogAudit.cpp314 LogKlog::convertMonotonicToReal(now); in logPrint()
318 LogKlog::convertRealToMonotonic(now); in logPrint()
DLogBuffer.cpp81 LogKlog::convertRealToMonotonic(e->mRealTime); in init()
88 LogKlog::convertMonotonicToReal(e->mRealTime); in init()