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()
341 doSetLast |= setLast[i] = mLastSet[i] && (it == mLast[i]); in erase()
350 mLast[i] = it; in erase()
515 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
524 if (!mLastSet[id] || ((*mLast[id])->getLogId() != id)) { in prune()
525 mLast[id] = it; in prune()
597 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
647 if (leading && (!mLastSet[id] || ((*mLast[id])->getLogId() != id))) { in prune()
648 mLast[id] = it; in prune()
768 it = mLastSet[id] ? mLast[id] : mLogElements.begin(); in prune()
[all …]
DLogBuffer.h86 LogBufferElementCollection::iterator mLast[LOG_ID_MAX]; variable