Home
last modified time | relevance | path

Searched refs:mNice (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DLogWhiteBlackList.cpp59 for (it = mNice.begin(); it != mNice.end();) { in ~PruneList()
60 it = mNice.erase(it); in ~PruneList()
71 for (it = mNice.begin(); it != mNice.end();) { in init()
72 it = mNice.erase(it); in init()
154 list = &mNice; in init()
234 for (it = mNice.begin(); it != mNice.end(); ++it) { in format()
265 for (it = mNice.begin(); it != mNice.end(); ++it) { in nice()
DLogWhiteBlackList.h54 PruneCollection mNice; variable
67 bool nice(void) { return !mNice.empty(); } in nice()