Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DChattyLogBuffer.h40 typedef std::list<LogBufferElement> LogBufferElementCollection; typedef
44 typedef std::unordered_map<uid_t, LogBufferElementCollection::iterator> LogBufferIteratorMap;
47 typedef std::unordered_map<pid_t, LogBufferElementCollection::iterator> LogBufferPidIteratorMap;
60 LogBufferElementCollection::iterator Erase(LogBufferElementCollection::iterator it,
H A DChattyLogBuffer.cpp177 LogBufferElementCollection::iterator ChattyLogBuffer::Erase(LogBufferElementCollection::iterator it, in Erase()
204 LogBufferElementCollection::iterator bad = it; in Erase()
348 LogBufferElementCollection::iterator it; in Prune()
435 LogBufferElementCollection::iterator lastt; in Prune()