Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/eventlog/
DLocalEventLog.java94 int mLogEndIndex; field in LocalEventLog
114 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()