Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp468 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in erase()
469 if ((found != mLastWorst[id].end()) && (it == found->second)) { in erase()
470 mLastWorst[id].erase(found); in erase()
512 for (auto b : mLastWorst[i]) { in erase()
767 mLastWorst[id].find(worst); in prune()
768 if ((found != mLastWorst[id].end()) && in prune()
869 (mLastWorst[id].find(key) == mLastWorst[id].end())) { in prune()
870 mLastWorst[id][key] = it; in prune()
914 (mLastWorst[id].find(worst) == mLastWorst[id].end())) { in prune()
915 mLastWorst[id][worst] = it; in prune()
DLogBuffer.h90 LogBufferIteratorMap mLastWorst[LOG_ID_MAX]; variable