Home
last modified time | relevance | path

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

/system/core/logd/
DChattyLogBuffer.h45 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> LogBufferIteratorMap; typedef
46 LogBufferIteratorMap mLastWorst[LOG_ID_MAX] GUARDED_BY(lock_);
DChattyLogBuffer.cpp187 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in Erase()
417 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune()