Home
last modified time | relevance | path

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

/system/logging/logd/
DLogAudit.h26 class LogAudit : public SocketListener {
34 LogAudit(LogBuffer* buf, int fdDmesg, LogStatistics* stats);
DLogAudit.cpp51 LogAudit::LogAudit(LogBuffer* buf, int fdDmesg, LogStatistics* stats) in LogAudit() function in LogAudit
82 bool LogAudit::onDataAvailable(SocketClient* cli) { in onDataAvailable()
161 std::string LogAudit::denialParse(const std::string& denial, char terminator, in denialParse()
172 std::string LogAudit::auditParse(const std::string& string, uid_t uid) { in auditParse()
202 int LogAudit::logPrint(const char* fmt, ...) { in logPrint()
378 int LogAudit::log(char* buf, size_t len) { in log()
397 int LogAudit::getLogSocket() { in getLogSocket()
Dmain.cpp110 static void readDmesg(LogAudit* al, LogKlog* kl) { in readDmesg()
283 LogAudit* al = nullptr; in main()
286 al = new LogAudit(log_buffer, dmesg_fd, &log_statistics); in main()
DAndroid.bp98 "LogAudit.cpp",