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

  /system/core/logd/
LogWhiteBlackList.h 30 friend class PruneList;
58 class PruneList {
65 PruneList();
66 ~PruneList();
LogWhiteBlackList.cpp 53 PruneList::PruneList() {
57 PruneList::~PruneList() {
67 int PruneList::init(const char* str) {
218 std::string PruneList::format() {
253 bool PruneList::naughty(LogBufferElement* element) {
263 bool PruneList::nice(LogBufferElement* element) {
LogBuffer.h 84 PruneList mPrune;

Completed in 80 milliseconds