Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp246 LogBufferIteratorMap::iterator f = mLastWorstUid[id].find(e->getUid()); in erase()
247 if ((f != mLastWorstUid[id].end()) && (it == f->second)) { in erase()
248 mLastWorstUid[id].erase(f); in erase()
466 LogBufferIteratorMap::iterator f = mLastWorstUid[id].find(worst); in prune()
467 if ((f != mLastWorstUid[id].end()) in prune()
537 || (mLastWorstUid[id].find(e->getUid()) in prune()
538 == mLastWorstUid[id].end())) { in prune()
539 mLastWorstUid[id][e->getUid()] = it; in prune()
571 if (!gc || (mLastWorstUid[id].find(worst) in prune()
572 == mLastWorstUid[id].end())) { in prune()
[all …]
DLogBuffer.h47 LogBufferIteratorMap mLastWorstUid[LOG_ID_MAX]; variable