Searched refs:LogKlog (Results 1 – 4 of 4) sorted by relevance
/system/logging/logd/ |
D | LogKlog.h | 25 class LogKlog : public SocketListener { 38 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
|
D | LogKlog.cpp | 198 log_time LogKlog::correction = (log_time(CLOCK_REALTIME) < log_time(CLOCK_MONOTONIC)) 202 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() function in LogKlog 217 bool LogKlog::onDataAvailable(SocketClient* cli) { in onDataAvailable() 260 void LogKlog::calculateCorrection(const log_time& monotonic, in calculateCorrection() 288 log_time LogKlog::sniffTime(const char*& buf, ssize_t len, bool reverse) { in sniffTime() 357 pid_t LogKlog::sniffPid(const char*& buf, ssize_t len) { in sniffPid() 490 int LogKlog::log(const char* buf, ssize_t len) { in log()
|
D | main.cpp | 110 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg() 289 LogKlog* kl = nullptr; in main() 291 kl = new LogKlog(log_buffer, fdDmesg, fdPmesg, al != nullptr, &log_statistics); in main()
|
D | Android.bp | 99 "LogKlog.cpp",
|