Searched refs:mNextInd (Results 1 – 2 of 2) sorted by relevance
1267 mNextInd = 0; in CircularBuffer()1282 TrimmedSensorEvent *curr_event = mTrimmedSensorEventArr[mNextInd]; in addEvent()1295 mNextInd = (mNextInd + 1) % mBufSize; in addEvent()1300 int i = mNextInd, eventNum = 1; in printBuffer()1320 } while (i != mNextInd); in printBuffer()1325 int lastEventInd = (mNextInd - 1 + mBufSize) % mBufSize; in populateLastEvent()
301 int mNextInd; variable