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

/system/core/logd/
H A DLogAudit.h23 class LogAudit : public SocketListener { class in inherits:SocketListener
30 LogAudit(LogBuffer *buf, LogReader *reader, int fdDmesg);
H A DLogAudit.cpp31 #include "LogAudit.h"
40 LogAudit::LogAudit(LogBuffer *buf, LogReader *reader, int fdDmesg) : function in class:LogAudit
52 bool LogAudit::onDataAvailable(SocketClient *cli) {
75 int LogAudit::logPrint(const char *fmt, ...) {
242 int LogAudit::log(char *buf) {
261 int LogAudit::getLogSocket() {
H A DAndroid.mk20 LogAudit.cpp \
H A Dmain.cpp48 #include "LogAudit.h"
284 static void readDmesg(LogAudit *al, LogKlog *kl) {
441 // LogAudit listens on NETLINK_AUDIT socket for selinux
447 LogAudit *al = NULL;
450 al = new LogAudit(logBuf, reader, dmesg ? fdDmesg : -1);

Completed in 53 milliseconds