Searched refs:LogKlog (Results 1 – 6 of 6) sorted by relevance
/system/core/logd/ |
D | LogKlog.h | 26 class LogKlog : public SocketListener { 42 LogKlog(LogBuffer* buf, LogReader* reader, int fdWrite, int fdRead,
|
D | LogKlog.cpp | 200 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()
|
D | main.cpp | 333 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()
|
D | Android.bp | 48 "LogKlog.cpp",
|
D | LogAudit.cpp | 314 LogKlog::convertMonotonicToReal(now); in logPrint() 318 LogKlog::convertRealToMonotonic(now); in logPrint()
|
D | LogBuffer.cpp | 81 LogKlog::convertRealToMonotonic(e->mRealTime); in init() 88 LogKlog::convertMonotonicToReal(e->mRealTime); in init()
|