Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h75 typedef std::list<LogBufferElement*> LogBufferElementCollection; typedef
78 LogBufferElementCollection mLogElements;
85 LogBufferElementCollection::iterator mLast[LOG_ID_MAX];
88 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator>
92 typedef std::unordered_map<pid_t, LogBufferElementCollection::iterator>
181 LogBufferElementCollection::iterator erase(
182 LogBufferElementCollection::iterator it, bool coalesce = false);
DLogBuffer.cpp76 LogBufferElementCollection::iterator it = mLogElements.begin(); in init()
377 LogBufferElementCollection::iterator it = mLogElements.end(); in log()
378 LogBufferElementCollection::iterator last = it; in log()
456 LogBufferElementCollection::iterator LogBuffer::erase( in erase()
457 LogBufferElementCollection::iterator it, bool coalesce) { in erase()
492 LogBufferElementCollection::iterator bad = it; in erase()
682 LogBufferElementCollection::iterator it; in prune()
787 LogBufferElementCollection::iterator lastt; in prune()
1090 LogBufferElementCollection::iterator it; in flushTo()
1107 LogBufferElementCollection::iterator last; in flushTo()