Searched refs:PruneList (Results 1 – 11 of 11) sorted by relevance
/system/core/logd/ |
D | PruneList.cpp | 45 PruneList::PruneList() { in PruneList() function in PruneList 49 bool PruneList::Init(const char* str) { in Init() 167 std::string PruneList::Format() const { in Format() 185 bool PruneList::IsHighPriority(LogBufferElement* element) const { in IsHighPriority() 194 bool PruneList::IsLowPriority(LogBufferElement* element) const { in IsLowPriority()
|
D | CommandListener.h | 30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics); 38 PruneList* prune_; 52 PruneList* prune() const { return parent_->prune_; } \
|
D | PruneList.h | 44 class PruneList { 46 PruneList();
|
D | ChattyLogBuffer.h | 52 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, 64 PruneList* prune_;
|
D | LogBufferTest.h | 89 PruneList prune_;
|
D | ReplayMessages.cpp | 218 PruneList prune_list_; 267 PruneList prune_list_;
|
D | Android.bp | 62 "PruneList.cpp",
|
D | CommandListener.cpp | 43 CommandListener::CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, in CommandListener()
|
D | main.cpp | 269 PruneList prune_list; in main()
|
D | ChattyLogBuffer.cpp | 43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer()
|
/system/core/logd/fuzz/ |
D | log_buffer_log_fuzzer.cpp | 116 PruneList prune_list; in LLVMFuzzerTestOneInput()
|