Searched refs:LogAudit (Results 1 – 4 of 4) sorted by relevance
/system/core/logd/ |
D | LogAudit.h | 28 class LogAudit : public SocketListener { 37 LogAudit(LogBuffer* buf, LogReader* reader, int fdDmesg);
|
D | LogAudit.cpp | 48 LogAudit::LogAudit(LogBuffer* buf, LogReader* reader, int fdDmesg) in LogAudit() function in LogAudit 81 bool LogAudit::onDataAvailable(SocketClient* cli) { in onDataAvailable() 113 std::map<std::string, std::string> LogAudit::populateDenialMap() { in populateDenialMap() 133 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse() 144 void LogAudit::auditParse(const std::string& string, uid_t uid, in auditParse() 179 int LogAudit::logPrint(const char* fmt, ...) { in logPrint() 430 int LogAudit::log(char* buf, size_t len) { in log() 449 int LogAudit::getLogSocket() { in getLogSocket()
|
D | main.cpp | 333 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg() 520 LogAudit* al = nullptr; in main() 522 al = new LogAudit(logBuf, reader, in main()
|
D | Android.bp | 47 "LogAudit.cpp",
|