Searched defs:LogKlog (Results 1 - 2 of 2) 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) {

Completed in 37 milliseconds