Home
last modified time | relevance | path

Searched refs:LogKlog (Results 1 – 6 of 6) sorted by relevance

/system/core/logd/
DLogKlog.h28 class LogKlog : public SocketListener {
44 LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd);
DLogKlog.cpp212 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()
DAndroid.mk23 LogKlog.cpp \
Dmain.cpp326 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()
DLogAudit.cpp131 LogKlog::convertMonotonicToReal(now); in logPrint()
135 LogKlog::convertRealToMonotonic(now); in logPrint()
DLogBuffer.cpp163 LogKlog::convertRealToMonotonic(e->mRealTime); in init()
167 LogKlog::convertMonotonicToReal(e->mRealTime); in init()