Searched refs:LogKlog (Results 1 - 5 of 5) sorted by relevance

/system/core/logd/
H A DLogKlog.h26 class LogKlog : public SocketListener { class in inherits:SocketListener
44 LogKlog(LogBuffer *buf, LogReader *reader, int fdWrite, int fdRead, bool auditd);
H A DLogKlog.cpp29 #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 DAndroid.mk21 LogKlog.cpp \
H A Dmain.cpp49 #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 DLogAudit.cpp32 #include "LogKlog.h"
132 LogKlog::convertMonotonicToReal(now);

Completed in 48 milliseconds