Searched refs:LogKlog (Results 1 - 5 of 5) sorted by relevance
/system/core/logd/ |
H A D | LogKlog.h | 26 class LogKlog : public SocketListener { class in inherits:SocketListener 44 LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd);
|
H A D | LogKlog.cpp | 29 #include "LogKlog.h" 171 log_time LogKlog::correction = log_time(CLOCK_REALTIME) - log_time(CLOCK_MONOTONIC); 173 LogKlog::LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd) : function in class:LogKlog 190 bool LogKlog::onDataAvailable(SocketClient *cli) { 234 void LogKlog::calculateCorrection(const log_time &monotonic, 252 void LogKlog::sniffTime(log_time &now, const char **buf, bool reverse) { 289 void LogKlog::synchronize(const char *buf) { 398 int LogKlog::log(const char *buf) {
|
H A D | Android.mk | 21 LogKlog.cpp \
|
H A D | main.cpp | 49 #include "LogKlog.h" 284 static void readDmesg(LogAudit *al, LogKlog *kl) { 453 LogKlog *kl = NULL; 455 kl = new LogKlog(logBuf, reader, fdDmesg, fdPmesg, al != NULL);
|
H A D | LogAudit.cpp | 32 #include "LogKlog.h" 132 LogKlog::convertMonotonicToReal(now);
|
Completed in 48 milliseconds