Home
last modified time | relevance | path

Searched refs:LogTags (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/logging/logd/
H A DLogTags.cpp49 static LogTags* logtags;
52 const char LogTags::dynamic_event_log_tags[] = "/dev/event-log-tags";
295 void LogTags::ReadPersistEventLogTags() { in ReadPersistEventLogTags()
354 LogTags::LogTags() { in LogTags() function in LogTags
367 const char* LogTags::tagToName(uint32_t tag) const { in tagToName()
390 LogTags* me = logtags; in tagToName()
398 const char* LogTags::tagToFormat(uint32_t tag) const { in tagToFormat()
410 uint32_t LogTags::nameToTag(const char* name) const { in nameToTag()
491 void LogTags::WritePmsgEventLogTags(uint32_t tag, uid_t uid) { in WritePmsgEventLogTags()
616 void LogTags::WriteDebugEventLogTags(uint32_t tag, uid_t uid) { in WriteDebugEventLogTags()
[all …]
H A DCommandListener.h30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics);
37 LogTags* tags_;
51 LogTags* tags() const { return parent_->tags_; } \
H A DSerializedLogBuffer.h42 SerializedLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats);
69 LogTags* tags_;
H A DSimpleLogBuffer.h32 SimpleLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats);
73 LogTags* tags_;
H A DLogTags.h26 class LogTags {
107 LogTags();
H A DRecordingLogBuffer.h31 RecordingLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats) in RecordingLogBuffer()
H A DChattyLogBuffer.h51 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune,
H A DReplayMessages.cpp228 LogTags tags_;
277 LogTags tags_;
H A DLogBufferTest.h178 LogTags tags_;
H A DAndroid.bp69 "LogTags.cpp",
H A Dmain.cpp236 LogTags log_tags; in main()
H A DCommandListener.cpp44 CommandListener::CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, in CommandListener()
H A DSimpleLogBuffer.cpp24 SimpleLogBuffer::SimpleLogBuffer(LogReaderList* reader_list, LogTags* tags, LogStatistics* stats) in SimpleLogBuffer()
H A DSerializedLogBuffer.cpp94 SerializedLogBuffer::SerializedLogBuffer(LogReaderList* reader_list, LogTags* tags, in SerializedLogBuffer()
H A DSerializedLogBufferTest.cpp35 LogTags tags; in TEST()
H A DChattyLogBuffer.cpp43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer()
/aosp12/system/logging/logd/fuzz/
H A Dlog_buffer_log_fuzzer.cpp105 LogTags tags; in LLVMFuzzerTestOneInput()