Home
last modified time | relevance | path

Searched refs:LogAudit (Results 1 – 4 of 4) sorted by relevance

/system/core/logd/
DLogAudit.h23 class LogAudit : public SocketListener {
30 LogAudit(LogBuffer *buf, LogReader *reader, int fdDmesg);
DLogAudit.cpp40 LogAudit::LogAudit(LogBuffer *buf, LogReader *reader, int fdDmesg) : in LogAudit() function in LogAudit
52 bool LogAudit::onDataAvailable(SocketClient *cli) { in onDataAvailable()
75 int LogAudit::logPrint(const char *fmt, ...) { in logPrint()
242 int LogAudit::log(char *buf) { in log()
261 int LogAudit::getLogSocket() { in getLogSocket()
Dmain.cpp284 static void readDmesg(LogAudit *al, LogKlog *kl) { in readDmesg()
447 LogAudit *al = NULL; in main()
450 al = new LogAudit(logBuf, reader, dmesg ? fdDmesg : -1); in main()
DAndroid.mk20 LogAudit.cpp \