Searched refs:LogAudit (Results 1 – 4 of 4) sorted by relevance
/system/core/logd/ |
D | LogAudit.cpp | 49 LogAudit::LogAudit(LogBuffer* buf, int fdDmesg, LogStatistics* stats) in LogAudit() function in LogAudit 80 bool LogAudit::onDataAvailable(SocketClient* cli) { in onDataAvailable() 112 std::map<std::string, std::string> LogAudit::populateDenialMap() { in populateDenialMap() 132 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse() 143 void LogAudit::auditParse(const std::string& string, uid_t uid, in auditParse() 174 int LogAudit::logPrint(const char* fmt, ...) { in logPrint() 353 int LogAudit::log(char* buf, size_t len) { in log() 372 int LogAudit::getLogSocket() { in getLogSocket()
|
D | LogAudit.h | 26 class LogAudit : public SocketListener { 34 LogAudit(LogBuffer* buf, int fdDmesg, LogStatistics* stats);
|
D | main.cpp | 150 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg() 318 LogAudit* al = nullptr; in main() 321 al = new LogAudit(log_buffer, dmesg_fd, &log_statistics); in main()
|
D | Android.bp | 84 "LogAudit.cpp",
|