Searched refs:LogKlog (Results 1 – 4 of 4) sorted by relevance
/system/logging/logd/ |
D | LogKlog.h | 25 class LogKlog : public SocketListener { 40 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
|
D | LogKlog.cpp | 200 log_time LogKlog::correction = (log_time(CLOCK_REALTIME) < log_time(CLOCK_MONOTONIC)) 204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() function in LogKlog 220 bool LogKlog::onDataAvailable(SocketClient* cli) { in onDataAvailable() 264 void LogKlog::calculateCorrection(const log_time& monotonic, in calculateCorrection() 294 log_time LogKlog::sniffTime(const char*& buf, ssize_t len, bool reverse) { in sniffTime() 361 pid_t LogKlog::sniffPid(const char*& buf, ssize_t len) { in sniffPid() 494 int LogKlog::log(const char* buf, ssize_t len) { in log()
|
D | main.cpp | 118 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg() 294 LogKlog* kl = nullptr; in main() 296 kl = new LogKlog(log_buffer, fdDmesg, fdPmesg, al != nullptr, &log_statistics); in main()
|
D | Android.bp | 95 "LogKlog.cpp",
|