Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp479 mLastWorstPidOfSystem[id].find(element->getPid()); in erase()
480 if ((found != mLastWorstPidOfSystem[id].end()) && in erase()
482 mLastWorstPidOfSystem[id].erase(found); in erase()
518 for (auto b : mLastWorstPidOfSystem[i]) { in erase()
778 mLastWorstPidOfSystem[id].find(worstPid); in prune()
779 if ((found != mLastWorstPidOfSystem[id].end()) && in prune()
861 (mLastWorstPidOfSystem[id].find(element->getPid()) == in prune()
862 mLastWorstPidOfSystem[id].end()))) { in prune()
866 mLastWorstPidOfSystem[id][element->getPid()] = it; in prune()
906 (!gc || (mLastWorstPidOfSystem[id].find(worstPid) == in prune()
[all …]
DLogBuffer.h94 LogBufferPidIteratorMap mLastWorstPidOfSystem[LOG_ID_MAX]; variable