Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DChattyLogBuffer.h44 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> LogBufferIteratorMap; typedef
45 LogBufferIteratorMap mLastWorst[LOG_ID_MAX] GUARDED_BY(logd_lock);
H A DChattyLogBuffer.cpp187 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in Erase()
415 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune()