Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp50 mLastSet[i] = false; in init()
501 doSetLast |= setLast[i] = mLastSet[i] && (it == mLast[i]); in erase()
514 mLastSet[i] = false; in erase()
536 if (mLastSet[i] && (bad == mLast[i])) { in erase()
538 mLastSet[i] = false; in erase()
726 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
736 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) { in prune()
738 mLastSet[id] = true; in prune()
793 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
841 if (leading && (!mLastSet[id] || ((*mLast[id])->getLogId() != id))) { in prune()
[all …]
DLogBuffer.h87 bool mLastSet[LOG_ID_MAX]; variable