Searched refs:LogKlog (Results 1 – 6 of 6) sorted by relevance
/system/core/logd/ |
D | LogKlog.h | 28 class LogKlog : public SocketListener { 44 LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd);
|
D | LogKlog.cpp | 212 log_time LogKlog::correction = 217 LogKlog::LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd) : in LogKlog() function in LogKlog 232 bool LogKlog::onDataAvailable(SocketClient *cli) { in onDataAvailable() 276 void LogKlog::calculateCorrection(const log_time &monotonic, in calculateCorrection() 329 void LogKlog::sniffTime(log_time &now, in sniffTime() 404 pid_t LogKlog::sniffPid(const char *cp, size_t len) { in sniffPid() 443 void LogKlog::synchronize(const char *buf, size_t len) { in synchronize() 558 int LogKlog::log(const char *buf, size_t len) { in log()
|
D | Android.mk | 23 LogKlog.cpp \
|
D | main.cpp | 326 static void readDmesg(LogAudit *al, LogKlog *kl) { in readDmesg() 509 LogKlog *kl = NULL; in main() 511 kl = new LogKlog(logBuf, reader, fdDmesg, fdPmesg, al != NULL); in main()
|
D | LogAudit.cpp | 131 LogKlog::convertMonotonicToReal(now); in logPrint() 135 LogKlog::convertRealToMonotonic(now); in logPrint()
|
D | LogBuffer.cpp | 163 LogKlog::convertRealToMonotonic(e->mRealTime); in init() 167 LogKlog::convertMonotonicToReal(e->mRealTime); in init()
|