Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/eventlog/
H A DLocalEventLog.java246 return wrapIndex(mLogEndIndex - mLogSize); in startIndex()
255 return wrapIndex(index + 1); in incrementIndex()
263 int wrapIndex(int index) { in wrapIndex() method in LocalEventLog
/aosp14/frameworks/base/services/
H A Dart-profile4791 HSPLcom/android/server/location/eventlog/LocalEventLog;->wrapIndex(I)I