Home | History | Annotate | Download | only in util

Lines Matching defs:nextIndex

642             int nextIndex = mOldestIndex + index;
643 if (nextIndex >= mMaxSize) {
644 nextIndex -= mMaxSize;
646 if (nextIndex >= size()) {
649 return mLogRecVector.get(nextIndex);