Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp113 mLast[i] = mLogElements.begin(); in init()
338 doSetLast |= setLast[i] = mLastSet[i] && (it == mLast[i]); in erase()
347 mLast[i] = it; in erase()
512 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
521 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) { in prune()
522 mLast[id] = it; in prune()
594 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
643 if (leading && (!mLastSet[id] || ((*mLast[id])->getLogId() != id))) { in prune()
644 mLast[id] = it; in prune()
758 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
[all …]
DLogBuffer.h86 LogBufferElementCollection::iterator mLast[LOG_ID_MAX]; variable