HomeSort by relevance Sort by last modified time
    Searched refs:PruneList (Results 1 - 3 of 3) sorted by null

  /system/core/logd/
LogWhiteBlackList.h 29 friend class PruneList;
52 class PruneList {
58 PruneList();
59 ~PruneList();
LogWhiteBlackList.cpp 49 PruneList::PruneList()
55 PruneList::~PruneList() {
67 int PruneList::init(char *str) {
174 void PruneList::format(char **strp) {
221 bool PruneList::naughty(LogBufferElement *element) {
231 bool PruneList::nice(LogBufferElement *element) {
LogBuffer.h 42 PruneList mPrune;

Completed in 52 milliseconds