Searched refs:LogBufferIteratorMap (Results 1 – 2 of 2) sorted by relevance
44 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> LogBufferIteratorMap; typedef45 LogBufferIteratorMap mLastWorst[LOG_ID_MAX] GUARDED_BY(logd_lock);
187 LogBufferIteratorMap::iterator found = mLastWorst[id].find(key); in Erase()415 LogBufferIteratorMap::iterator found = mLastWorst[id].find(worst); in Prune()