OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastWorstUid
(Results
1 - 2
of
2
) sorted by null
/system/core/logd/
LogBuffer.cpp
318
mLastWorstUid
[id].find(element->getUid());
319
if ((found !=
mLastWorstUid
[id].end())
321
mLastWorstUid
[id].erase(found);
602
LogBufferIteratorMap::iterator found =
mLastWorstUid
[id].find(worst);
603
if ((found !=
mLastWorstUid
[id].end())
697
|| (
mLastWorstUid
[id].find(element->getUid())
698
==
mLastWorstUid
[id].end())) {
699
mLastWorstUid
[id][element->getUid()] = it;
737
if ((!gc && !worstPid) || (
mLastWorstUid
[id].find(worst)
738
==
mLastWorstUid
[id].end()))
[
all
...]
LogBuffer.h
92
LogBufferIteratorMap
mLastWorstUid
[LOG_ID_MAX];
Completed in 68 milliseconds