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()
489 doSetLast |= setLast[i] = mLastSet[i] && (it == mLast[i]); in erase()
502 mLastSet[i] = false; in erase()
524 if (mLastSet[i] && (bad == mLast[i])) { in erase()
526 mLastSet[i] = false; in erase()
687 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
697 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) { in prune()
699 mLastSet[id] = true; in prune()
758 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
808 if (leading && (!mLastSet[id] || ((*mLast[id])->getLogId() != id))) { in prune()
[all …]
DLogBuffer.h86 bool mLastSet[LOG_ID_MAX]; variable