Searched refs:mLogEndIndex (Results 1 – 1 of 1) sorted by relevance
94 int mLogEndIndex; field in LocalEventLog114 mLogEndIndex = 0; in LocalEventLog()168 mEntries[mLogEndIndex] = createEntry(isFiller, timeDelta); in addLogEventInternal()169 mLogEvents[mLogEndIndex] = logEvent; in addLogEventInternal()170 mLogEndIndex = incrementIndex(mLogEndIndex); in addLogEventInternal()179 mLogEndIndex = 0; in clear()246 return wrapIndex(mLogEndIndex - mLogSize); in startIndex()